public class Site extends BaseItem implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
ItemAnalytics |
analytics
The Analytics.
|
ColumnDefinitionCollectionPage |
columns
The Columns.
|
ContentTypeCollectionPage |
contentTypes
The Content Types.
|
java.lang.String |
displayName
The Display Name.
|
Drive |
drive
The Drive.
|
DriveCollectionPage |
drives
The Drives.
|
PublicError |
error
The Error.
|
BaseItemCollectionPage |
items
The Items.
|
ListCollectionPage |
lists
The Lists.
|
Onenote |
onenote
The Onenote.
|
Root |
root
The Root.
|
SharepointIds |
sharepointIds
The Sharepoint Ids.
|
SiteCollection |
siteCollection
The Site Collection.
|
SiteCollectionPage |
sites
The Sites.
|
createdBy, createdByUser, createdDateTime, description, eTag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl
Constructor and Description |
---|
Site() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="displayName", alternate="DisplayName") @Expose public java.lang.String displayName
@SerializedName(value="error", alternate="Error") @Expose public PublicError error
@SerializedName(value="root", alternate="Root") @Expose public Root root
@SerializedName(value="sharepointIds", alternate="SharepointIds") @Expose public SharepointIds sharepointIds
@SerializedName(value="siteCollection", alternate="SiteCollection") @Expose public SiteCollection siteCollection
@SerializedName(value="analytics", alternate="Analytics") @Expose public ItemAnalytics analytics
@SerializedName(value="columns", alternate="Columns") @Expose public ColumnDefinitionCollectionPage columns
@SerializedName(value="contentTypes", alternate="ContentTypes") @Expose public ContentTypeCollectionPage contentTypes
@SerializedName(value="drive", alternate="Drive") @Expose public Drive drive
@SerializedName(value="drives", alternate="Drives") @Expose public DriveCollectionPage drives
@SerializedName(value="items", alternate="Items") @Expose public BaseItemCollectionPage items
@SerializedName(value="lists", alternate="Lists") @Expose public ListCollectionPage lists
@SerializedName(value="sites", alternate="Sites") @Expose public SiteCollectionPage sites
@SerializedName(value="onenote", alternate="Onenote") @Expose public Onenote onenote
public com.google.gson.JsonObject getRawObject()
getRawObject
in class BaseItem
protected ISerializer getSerializer()
getSerializer
in class BaseItem
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class BaseItem
serializer
- the serializerjson
- the JSON object to set this object to