Class O365SharePointFolderResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365SharePointFolderResponse
- All Implemented Interfaces:
Serializable
Office 365 VBO SharePoint Folder response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionO365SharePointFolderResponse(O365SharePointFolderType type, String id, String name, String createdBy, Instant creationTime, String modifiedBy, Instant modificationTime) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the user, which created the folder.Returns date and time when the folder was created.getId()Returns the ID of the backed up SharePoint folder.Returns date and time when the folder was modified.Returns the user, which performed the last modifications to the folder.getName()Returns the name of the backed up SharePoint folder.getType()Returns the type of the backed up SharePoint folder.inthashCode()
-
Constructor Details
-
Method Details
-
getType
Returns the type of the backed up SharePoint folder.- Returns:
- one of
O365SharePointFolderType
-
getId
Returns the ID of the backed up SharePoint folder.- Returns:
- a Veeam native ID
-
getName
Returns the name of the backed up SharePoint folder.- Returns:
- the name of the backed up SharePoint folder
-
getCreatedBy
Returns the user, which created the folder.- Returns:
- the user, which created the folder
-
getCreationTime
Returns date and time when the folder was created.- Returns:
- UTC
Instant
-
getModifiedBy
Returns the user, which performed the last modifications to the folder.- Returns:
- the user, which performed the last modifications to the folder
-
getModificationTime
Returns date and time when the folder was modified.- Returns:
- UTC
Instant
-
equals
-
hashCode
public int hashCode()
-