Class O365OneDriveDocumentResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365OneDriveDocumentResponse
- All Implemented Interfaces:
Serializable
Office 365 VBO One Drive Document response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the user, which created the document.Returns the date and time when the document was created.getId()Returns the ID of the backed up OneDrive document.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.longReturns the size of the document.Returns the version of the document.inthashCode()booleanSpecifies if the permission settings of an element will be passed on to the children of that element.
-
Constructor Details
-
O365OneDriveDocumentResponse
-
-
Method Details
-
getId
Returns the ID of the backed up OneDrive document.- Returns:
- a Veeam native ID
-
getName
Returns the name of the backed up OneDrive document.- Returns:
- the name of the backed up OneDrive document
-
getVersion
Returns the version of the document.- Returns:
- the version of the document
-
getSizeBytes
public long getSizeBytes()Returns the size of the document.- Returns:
- the size of the document.
-
isInheritedPermissions
public boolean isInheritedPermissions()Specifies if the permission settings of an element will be passed on to the children of that element.- Returns:
- true or false
-
getCreatedBy
Returns the user, which created the document.- Returns:
- the user, which created the document
-
getCreationTime
Returns the date and time when the document was created.- Returns:
- a 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()
-