Class O365SharePointLibraryResponse

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

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

  • Method Details

    • getId

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

      public String getName()
      Returns the name of the backed up SharePoint document library.
      Returns:
      the name of the backed up SharePoint document library
    • getDescription

      public String getDescription()
      Returns the description of the document library.
      Returns:
      the description of the document library
    • getUrl

      public String getUrl()
      Returns the URL of the SharePoint document library.
      Returns:
      the URL of the SharePoint document library
    • getCreationTime

      public Instant getCreationTime()
      Returns date and time when the document library was created.
      Returns:
      UTC Instant
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object