Class O365JobTeamRequest.Team
java.lang.Object
com.iland.core.web.rest.request.vbo.O365JobTeamRequest.Team
- Enclosing class:
- O365JobTeamRequest
The Team request object.
-
Constructor Details
-
Team
Creates a Team request object.- Parameters:
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 ID
-
-
Method Details
-
getDescription
Get the team description.- Returns:
Stringthe team description
-
getMail
Gets the mail associated with this Team- Returns:
- the mail associated with this Team
-
getName
Returns the team name.- Returns:
- the team name
-
isBackedUp
public boolean isBackedUp()Specifies if this organization team is backed up.- Returns:
- whether team is backed up
-
getNativeId
Get the Vbo team id.- Returns:
- the vbo native team id
-