public static class O365JobTeamRequest.Team extends Object
Constructor and Description |
---|
Team(String description,
String mail,
String name,
boolean backedUp,
String nativeId)
Creates a Team request object.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the team description.
|
String |
getMail()
Gets the mail associated with this Team
|
String |
getName()
Returns the team name.
|
String |
getNativeId()
Get the Vbo team id.
|
boolean |
isBackedUp()
Specifies if this organization team is backed up.
|
public Team(String description, String mail, String name, boolean backedUp, String nativeId)
description
- the description of the team.name
- the team name.mail
- the Email address of the team.backedUp
- Specifies if this organization team is backed up.nativeId
- the native Team IDpublic String getDescription()
String
the team descriptionpublic String getMail()
public String getName()
public boolean isBackedUp()
public String getNativeId()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.