Class O365SharePointItemResponse

java.lang.Object
com.iland.core.web.rest.response.vbo.O365SharePointItemResponse
All Implemented Interfaces:
Serializable

public final class O365SharePointItemResponse extends Object implements Serializable
Office 365 VBO SharePoint Item response.
Author:
Julien Anguenot
See Also:
  • Constructor Details

  • Method Details

    • getTitle

      public String getTitle()
      Returns the title of the backed up SharePoint item.
      Returns:
      he title of the backed up SharePoint item
    • getVersion

      public String getVersion()
      Returns the version of an item.
      Returns:
      the version of an item
    • getId

      public String getId()
      Returns the ID of the backed up SharePoint item.
      Returns:
      a Veeam native ID
    • getName

      public String getName()
      Returns the name of the backed up SharePoint item.
      Returns:
      the name of the backed up SharePoint item
    • getCreatedBy

      public String getCreatedBy()
      Returns the user, which created the item.
      Returns:
      the user, which created the item
    • getCreationTime

      public Instant getCreationTime()
      Returns date and time when the item was created.
      Returns:
      UTC Instant
    • getModifiedBy

      public String getModifiedBy()
      Returns the user, which performed the last modifications to the item.
      Returns:
      the user, which performed the last modifications to the item
    • getModificationTime

      public Instant getModificationTime()
      Returns the user, which performed the last modifications to the item.
      Returns:
      UTC Instant
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object