Class O365JobSiteRequest.Site
java.lang.Object
com.iland.core.web.rest.request.vbo.O365JobSiteRequest.Site
- Enclosing class:
- O365JobSiteRequest
The Site request object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the Site ID.getName()Returns the site name.getTitle()Returns the title of the organization site.getUrl()Return the path to the organization site.boolean(?)booleanSpecifies if this organization site is backed up.booleanisCloud()Specifies if this organization site is located in cloud.boolean(?)
-
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 idurl- 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
Returns the Site ID.- Returns:
- a Veeam native id
-
getUrl
Return the path to the organization site.- Returns:
- the path to the organization site
-
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
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
-