Class O365SharePointSiteResponse

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

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

    • O365SharePointSiteResponse

      public O365SharePointSiteResponse(String id, String url, String name, boolean cloud, String title, boolean backedUp, boolean isPersonal, boolean available)
  • Method Details

    • getId

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

      public String getUrl()
      Returns the URL address of the backed up SharePoint site.
      Returns:
      the URL address of the backed up SharePoint site
    • getName

      public String getName()
      Returns the name of the backed up SharePoint site.
      Returns:
      the name of the backed up SharePoint site
    • isCloud

      public boolean isCloud()
      Returns if whether or not this the Sharepoint site runs off MS cloud.
      Returns:
      true or false
    • getTitle

      public String getTitle()
      Returns the title of the backed up SharePoint site.
      Returns:
      the title of the backed up SharePoint site
    • isBackedUp

      public boolean isBackedUp()
      If set to True, indicates that this Sharepoint site had already been processed by a backup job.
      Returns:
      true or false
    • isPersonal

      public boolean isPersonal()
      If set to True, indicates that this Sharepoint site is personal site
      Returns:
      true or false
    • isAvailable

      public boolean isAvailable()
      (?) Not documented Veeam side. Not sure what it corresponds to
      Returns:
      true or false
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object