Class O365JobSiteRequest
java.lang.Object
com.iland.core.web.rest.request.vbo.O365JobSelectedItemRequest
com.iland.core.web.rest.request.vbo.O365JobSiteRequest
- All Implemented Interfaces:
Serializable
O365 job request for selected item type Site.
- Author:
- Sachin Mittal
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionO365JobSiteRequest(String id, O365JobSiteRequest.Site site) Create a new VBO job selected item type Site. -
Method Summary
Modifier and TypeMethodDescriptiongetSite()Specifies the organizations SharePoint site selected for this backup job.Methods inherited from class com.iland.core.web.rest.request.vbo.O365JobSelectedItemRequest
getId, getType
-
Constructor Details
-
O365JobSiteRequest
Create a new VBO job selected item type Site.- Parameters:
id- Specifies the VBO id of selected itemssite- Specifies the organizations SharePoint site selected for this backup job.
-
-
Method Details
-
getSite
Specifies the organizations SharePoint site selected for this backup job.- Returns:
- the VBO Site
-