public static class O365JobSiteRequest.Site extends Object
| Constructor and Description | 
|---|
| Site(String id,
    String url,
    String name,
    boolean cloud,
    boolean personal,
    String title,
    boolean backedUp,
    boolean available)Creates a new Site in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId()Returns the Site ID. | 
| String | getName()Returns the site name. | 
| String | getTitle()Returns the title of the organization site. | 
| String | getUrl()Return the path to the organization site. | 
| boolean | isAvailable()(?) not documented | 
| boolean | isBackedUp()Specifies if this organization site is backed up. | 
| boolean | isCloud()Specifies if this organization site is located in cloud. | 
| boolean | isPersonal()(?) not documented. | 
public Site(String id, String url, String name, boolean cloud, boolean personal, String title, boolean backedUp, boolean available)
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 - (?) not documented.title - the title of the organization site.backedUp - Specifies if this organization site is backed up.available - (?) not documentedpublic String getId()
public String getUrl()
public String getName()
public boolean isCloud()
public boolean isPersonal()
public String getTitle()
public boolean isBackedUp()
public boolean isAvailable()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.