public final class O365SharePointSiteResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| O365SharePointSiteResponse(String id,
                          String url,
                          String name,
                          boolean cloud,
                          String title,
                          boolean backedUp,
                          boolean available) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getId()Returns the ID of the backed up SharePoint site. | 
| String | getName()Returns the name of the backed up SharePoint site. | 
| String | getTitle()Returns the title of the backed up SharePoint site. | 
| String | getUrl()Returns the URL address of the backed up SharePoint site. | 
| int | hashCode() | 
| boolean | isAvailable()(?) Not documented Veeam side. | 
| boolean | isBackedUp()If set to True, indicates that this Sharepoint site had already been
 processed by a backup job. | 
| boolean | isCloud()Returns if whether or not this the Sharepoint site runs off MS cloud. | 
public String getId()
public String getUrl()
public String getName()
public boolean isCloud()
public String getTitle()
public boolean isBackedUp()
public boolean isAvailable()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.