Class O365SharePointItemResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365SharePointItemResponse
- All Implemented Interfaces:
Serializable
Office 365 VBO SharePoint Item response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the user, which created the item.Returns date and time when the item was created.getId()Returns the ID of the backed up SharePoint item.Returns the user, which performed the last modifications to the item.Returns the user, which performed the last modifications to the item.getName()Returns the name of the backed up SharePoint item.getTitle()Returns the title of the backed up SharePoint item.Returns the version of an item.inthashCode()
-
Constructor Details
-
O365SharePointItemResponse
-
-
Method Details
-
getTitle
Returns the title of the backed up SharePoint item.- Returns:
- he title of the backed up SharePoint item
-
getVersion
Returns the version of an item.- Returns:
- the version of an item
-
getId
Returns the ID of the backed up SharePoint item.- Returns:
- a Veeam native ID
-
getName
Returns the name of the backed up SharePoint item.- Returns:
- the name of the backed up SharePoint item
-
getCreatedBy
Returns the user, which created the item.- Returns:
- the user, which created the item
-
getCreationTime
Returns date and time when the item was created.- Returns:
- UTC
Instant
-
getModifiedBy
Returns the user, which performed the last modifications to the item.- Returns:
- the user, which performed the last modifications to the item
-
getModificationTime
Returns the user, which performed the last modifications to the item.- Returns:
- UTC
Instant
-
equals
-
hashCode
public int hashCode()
-