public class List extends BaseItem implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ColumnDefinitionCollectionPage |
columns
The Columns.
|
ContentTypeCollectionPage |
contentTypes
The Content Types.
|
java.lang.String |
displayName
The Display Name.
|
Drive |
drive
The Drive.
|
ListItemCollectionPage |
items
The Items.
|
ListInfo |
list
The List.
|
SharepointIds |
sharepointIds
The Sharepoint Ids.
|
SubscriptionCollectionPage |
subscriptions
The Subscriptions.
|
SystemFacet |
system
The System.
|
createdBy, createdByUser, createdDateTime, description, eTag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl| Constructor and Description |
|---|
List() |
| 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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
public java.lang.String displayName
@SerializedName(value="list",
alternate="List")
@Expose
public ListInfo list
@SerializedName(value="sharepointIds",
alternate="SharepointIds")
@Expose
public SharepointIds sharepointIds
@SerializedName(value="system",
alternate="System")
@Expose
public SystemFacet system
@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="items",
alternate="Items")
@Expose
public ListItemCollectionPage items
@SerializedName(value="subscriptions",
alternate="Subscriptions")
@Expose
public SubscriptionCollectionPage subscriptions
public com.google.gson.JsonObject getRawObject()
getRawObject in class BaseItemprotected ISerializer getSerializer()
getSerializer in class BaseItempublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class BaseItemserializer - the serializerjson - the JSON object to set this object to