Class O365SharePointSiteResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365SharePointSiteResponse
- All Implemented Interfaces:
Serializable
Office 365 VBO SharePoint Site response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionO365SharePointSiteResponse(String id, String url, String name, boolean cloud, String title, boolean backedUp, boolean isPersonal, boolean available) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Returns the ID of the backed up SharePoint site.getName()Returns the name of the backed up SharePoint site.getTitle()Returns the title of the backed up SharePoint site.getUrl()Returns the URL address of the backed up SharePoint site.inthashCode()boolean(?)booleanIf set to True, indicates that this Sharepoint site had already been processed by a backup job.booleanisCloud()Returns if whether or not this the Sharepoint site runs off MS cloud.booleanIf set to True, indicates that this Sharepoint site is personal site
-
Constructor Details
-
O365SharePointSiteResponse
-
-
Method Details
-
getId
Returns the ID of the backed up SharePoint site.- Returns:
- a Veeam native ID
-
getUrl
Returns the URL address of the backed up SharePoint site.- Returns:
- the URL address of the backed up SharePoint site
-
getName
Returns the name of the backed up SharePoint site.- Returns:
- the name of the backed up SharePoint site
-
isCloud
public boolean isCloud()Returns if whether or not this the Sharepoint site runs off MS cloud.- Returns:
- true or false
-
getTitle
Returns the title of the backed up SharePoint site.- Returns:
- the title of the backed up SharePoint site
-
isBackedUp
public boolean isBackedUp()If set to True, indicates that this Sharepoint site had already been processed by a backup job.- Returns:
- true or false
-
isPersonal
public boolean isPersonal()If set to True, indicates that this Sharepoint site is personal site- Returns:
- true or false
-
isAvailable
public boolean isAvailable()(?) Not documented Veeam side. Not sure what it corresponds to- Returns:
- true or false
-
equals
-
hashCode
public int hashCode()
-