Class O365SharePointLibraryResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365SharePointLibraryResponse
- All Implemented Interfaces:
Serializable
Office 365 VBO SharePoint Library response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns date and time when the document library was created.Returns the description of the document library.getId()Returns the ID of the backed up SharePoint document library.getName()Returns the name of the backed up SharePoint document library.getUrl()Returns the URL of the SharePoint document library.inthashCode()
-
Constructor Details
-
O365SharePointLibraryResponse
-
-
Method Details
-
getId
Returns the ID of the backed up SharePoint document library.- Returns:
- a Veeam native ID
-
getName
Returns the name of the backed up SharePoint document library.- Returns:
- the name of the backed up SharePoint document library
-
getDescription
Returns the description of the document library.- Returns:
- the description of the document library
-
getUrl
Returns the URL of the SharePoint document library.- Returns:
- the URL of the SharePoint document library
-
getCreationTime
Returns date and time when the document library was created.- Returns:
- UTC
Instant
-
equals
-
hashCode
public int hashCode()
-