public class Site extends BaseItem implements com.microsoft.graph.serializer.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.
|
PermissionCollectionPage |
permissions
The Permissions.
|
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 |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="error",
alternate="Error")
@Expose
@Nullable
public PublicError error
@SerializedName(value="root",
alternate="Root")
@Expose
@Nullable
public Root root
@SerializedName(value="sharepointIds",
alternate="SharepointIds")
@Expose
@Nullable
public SharepointIds sharepointIds
@SerializedName(value="siteCollection",
alternate="SiteCollection")
@Expose
@Nullable
public SiteCollection siteCollection
@SerializedName(value="analytics",
alternate="Analytics")
@Expose
@Nullable
public ItemAnalytics analytics
@SerializedName(value="columns",
alternate="Columns")
@Expose
@Nullable
public ColumnDefinitionCollectionPage columns
@SerializedName(value="contentTypes",
alternate="ContentTypes")
@Expose
@Nullable
public ContentTypeCollectionPage contentTypes
@SerializedName(value="drive",
alternate="Drive")
@Expose
@Nullable
public Drive drive
@SerializedName(value="drives",
alternate="Drives")
@Expose
@Nullable
public DriveCollectionPage drives
@SerializedName(value="items",
alternate="Items")
@Expose
@Nullable
public BaseItemCollectionPage items
@SerializedName(value="lists",
alternate="Lists")
@Expose
@Nullable
public ListCollectionPage lists
@SerializedName(value="permissions",
alternate="Permissions")
@Expose
@Nullable
public PermissionCollectionPage permissions
@SerializedName(value="sites",
alternate="Sites")
@Expose
@Nullable
public SiteCollectionPage sites
@SerializedName(value="onenote",
alternate="Onenote")
@Expose
@Nullable
public Onenote onenote
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class BaseItemserializer - the serializerjson - the JSON object to set this object to