Class O365JobSiteRequest.Site

java.lang.Object
com.iland.core.web.rest.request.vbo.O365JobSiteRequest.Site
Enclosing class:
O365JobSiteRequest

public static class O365JobSiteRequest.Site extends Object
The Site request object.
  • Constructor Details

    • Site

      public Site(String id, String url, String name, boolean cloud, boolean personal, String title, boolean backedUp, boolean available)
      Creates a new Site in the request.
      Parameters:
      id - the VBO Site id
      url - the path to the organization site.
      name - the site name.
      cloud - Specifies if this organization site is located in cloud.
      personal - Specifies if this organization site is personal.
      title - the title of the organization site.
      backedUp - Specifies if this organization site is backed up.
      available - (?) not documented
  • Method Details

    • getId

      public String getId()
      Returns the Site ID.
      Returns:
      a Veeam native id
    • getUrl

      public String getUrl()
      Return the path to the organization site.
      Returns:
      the path to the organization site
    • getName

      public String getName()
      Returns the site name.
      Returns:
      the site name
    • isCloud

      public boolean isCloud()
      Specifies if this organization site is located in cloud.
      Returns:
      true or false
    • isPersonal

      public boolean isPersonal()
      (?) not documented.
      Returns:
      true or false
    • getTitle

      public String getTitle()
      Returns the title of the organization site.
      Returns:
      the title of the organization site
    • isBackedUp

      public boolean isBackedUp()
      Specifies if this organization site is backed up.
      Returns:
      true or false
    • isAvailable

      public boolean isAvailable()
      (?) not documented
      Returns:
      true or false