Class O365SharePointFolderResponse

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

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

  • Method Details

    • getType

      public O365SharePointFolderType getType()
      Returns the type of the backed up SharePoint folder.
      Returns:
      one of O365SharePointFolderType
    • getId

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

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

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

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

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

      public Instant getModificationTime()
      Returns date and time when the folder was modified.
      Returns:
      UTC Instant
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object