Class SiteCollection
java.lang.Object
com.amilesend.onedrive.resource.site.SiteCollection
Defines a collection of sites. Note: When defined in a
Site
, indicates that the site is the root for the
site collection.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
The location code (e.g., "JPN").The hostname for the sharepoint site.getRoot()
If defined, indicates that the collection is the top-most collection among other collections.int
hashCode()
boolean
isRoot()
Indicates if this site collection is the root collection.toString()
-
Method Details
-
isRoot
public boolean isRoot()Indicates if this site collection is the root collection.- Returns:
true
if this is the root collection; else,false
-
equals
-
hashCode
public int hashCode() -
builder
-
getDataLocationCode
The location code (e.g., "JPN"). -
getHostname
The hostname for the sharepoint site. -
getRoot
If defined, indicates that the collection is the top-most collection among other collections. -
toString
-