Class O365JobTeamRequest
java.lang.Object
com.iland.core.web.rest.request.vbo.O365JobSelectedItemRequest
com.iland.core.web.rest.request.vbo.O365JobTeamRequest
O365 job request for selected item type Team.
- Author:
- Swetha Panyam
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionO365JobTeamRequest(String id, O365JobTeamRequest.Team team, Boolean chats) Create a new VBO job selected item type Team. -
Method Summary
Methods inherited from class com.iland.core.web.rest.request.vbo.O365JobSelectedItemRequest
getId, getType
-
Constructor Details
-
O365JobTeamRequest
Create a new VBO job selected item type Team.- Parameters:
id- Specifies the VBO id of selected itemsteam- Specifies the organizations backed up team selected for this backup job.chats- Specifies the organizations backed up teams chat selected for this backup job
-
-
Method Details
-
getTeam
Specifies the organizations backed up team selected for this backup job.- Returns:
- the VBO Team
-
isChats
Specifies the organizations backed up team chat selected for this backup job.- Returns:
- whether Teams chats option is enabled.
-