Package com.microsoft.graph.models
Class List
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.BaseItem
com.microsoft.graph.models.List
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the List.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Columns.The Content Types.The Display Name.The Drive.The Items.The List.The Operations.The Sharepoint Ids.The Subscriptions.The System.Fields inherited from class com.microsoft.graph.models.BaseItem
createdBy, createdByUser, createdDateTime, description, eTag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The displayable title of the list. -
list
The List. Provides additional details about the list. -
system
The System. If present, indicates that this is a system-managed list. Read-only. -
columns
@SerializedName(value="columns", alternate="Columns") @Expose @Nullable public ColumnDefinitionCollectionPage columnsThe Columns. The collection of field definitions for this list. -
contentTypes
@SerializedName(value="contentTypes", alternate="ContentTypes") @Expose @Nullable public ContentTypeCollectionPage contentTypesThe Content Types. The collection of content types present in this list. -
drive
The Drive. Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. -
items
@SerializedName(value="items", alternate="Items") @Expose @Nullable public ListItemCollectionPage itemsThe Items. All items contained in the list. -
operations
@SerializedName(value="operations", alternate="Operations") @Expose @Nullable public RichLongRunningOperationCollectionPage operationsThe Operations. The collection of long-running operations on the list. -
subscriptions
@SerializedName(value="subscriptions", alternate="Subscriptions") @Expose @Nullable public SubscriptionCollectionPage subscriptionsThe Subscriptions. The set of subscriptions on the list.
-
-
Constructor Details
-
List
public List()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classBaseItem
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-