Class O365JobItemsResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365JobItemsResponse
Response class to hold either included or excluded backup items.
- Author:
- Sachin Mittal
-
Constructor Summary
ConstructorsConstructorDescriptionO365JobItemsResponse(Set<O365PartialOrgJobItemsResponse> partialOrgResponses, Set<O365JobItemGroupResponse> groupResponses, Set<O365JobItemUserResponse> userResponses, Set<O365SharePointSiteResponse> sharePointSiteResponses, Set<O365SharePointPersonalSiteResponse> sharePointPersonalSiteResponses, Set<O365TeamResponse> teamResponses, Set<O365JobTeamResponse> teamsChatResponse, Boolean excludeAllPersonalSites) -
Method Summary
Modifier and TypeMethodDescriptionSpecifies if all personal sites are excludedGet the backup item type group.Get the backup item type partial organization.Get the backup item type personal sharepoint site.Get the backup item type sharepoint site.Get the backup item type team.Get the backup item type teams including teams chat.Get the backup item type user.
-
Constructor Details
-
O365JobItemsResponse
public O365JobItemsResponse(Set<O365PartialOrgJobItemsResponse> partialOrgResponses, Set<O365JobItemGroupResponse> groupResponses, Set<O365JobItemUserResponse> userResponses, Set<O365SharePointSiteResponse> sharePointSiteResponses, Set<O365SharePointPersonalSiteResponse> sharePointPersonalSiteResponses, Set<O365TeamResponse> teamResponses, Set<O365JobTeamResponse> teamsChatResponse, Boolean excludeAllPersonalSites)
-
-
Method Details
-
getGroupResponses
Get the backup item type group.- Returns:
- backup item type group.
-
getUserResponses
Get the backup item type user.- Returns:
- backup item type user.
-
getPartialOrgResponses
Get the backup item type partial organization.- Returns:
- backup item type sharepoint site.
-
getTeamResponses
Get the backup item type team.- Returns:
- backup item type team.
-
getTeamsChatResponse
Get the backup item type teams including teams chat.- Returns:
- backup item type teams including teams chat.
-
getExcludeAllPersonalSites
Specifies if all personal sites are excluded- Returns:
Boolean
-