Class O365OneDriveFolderResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365OneDriveFolderResponse
- All Implemented Interfaces:
Serializable
Office 365 VBO One Drive Folder response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the user, which created the document.Returns date and time when the folder was created.getId()Returns the ID of the backed up OneDrive folders.Returns date and time when the document was modified.Returns the user, which performed the last modifications to the document.getName()Returns the name of the backed up OneDrive document.inthashCode()
-
Constructor Details
-
O365OneDriveFolderResponse
-
-
Method Details
-
getId
Returns the ID of the backed up OneDrive folders.- Returns:
- a Veeam native ID
-
getName
Returns the name of the backed up OneDrive document.- Returns:
- the name of the backed up OneDrive document
-
getCreatedBy
Returns the user, which created the document.- Returns:
- the user, which created the document
-
getCreationTime
Returns date and time when the folder was created.- Returns:
- UTC
Instant
-
getModifiedBy
Returns the user, which performed the last modifications to the document.- Returns:
- the user, which performed the last modifications to the document
-
getModificationTime
Returns date and time when the document was modified.- Returns:
- UTC
Instant
-
equals
-
hashCode
public int hashCode()
-