public class List extends BaseItem implements com.microsoft.graph.serializer.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 |
|---|---|
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="list",
alternate="List")
@Expose
@Nullable
public ListInfo list
@SerializedName(value="sharepointIds",
alternate="SharepointIds")
@Expose
@Nullable
public SharepointIds sharepointIds
@SerializedName(value="system",
alternate="System")
@Expose
@Nullable
public SystemFacet system
@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="items",
alternate="Items")
@Expose
@Nullable
public ListItemCollectionPage items
@SerializedName(value="subscriptions",
alternate="Subscriptions")
@Expose
@Nullable
public SubscriptionCollectionPage subscriptions
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