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.
|
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") @Expose public java.lang.String displayName
@SerializedName(value="list") @Expose public ListInfo list
@SerializedName(value="sharepointIds") @Expose public SharepointIds sharepointIds
@SerializedName(value="system") @Expose public SystemFacet system
public ColumnDefinitionCollectionPage columns
public ContentTypeCollectionPage contentTypes
@SerializedName(value="drive") @Expose public Drive drive
public ListItemCollectionPage items
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