public class TodoTaskList extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
displayName
The Display Name.
|
ExtensionCollectionPage |
extensions
The Extensions.
|
java.lang.Boolean |
isOwner
The Is Owner.
|
java.lang.Boolean |
isShared
The Is Shared.
|
TodoTaskCollectionPage |
tasks
The Tasks.
|
WellknownListName |
wellknownListName
The Wellknown List Name.
|
| Constructor and Description |
|---|
TodoTaskList() |
| 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="isOwner",
alternate="IsOwner")
@Expose
@Nullable
public java.lang.Boolean isOwner
@SerializedName(value="isShared",
alternate="IsShared")
@Expose
@Nullable
public java.lang.Boolean isShared
@SerializedName(value="wellknownListName",
alternate="WellknownListName")
@Expose
@Nullable
public WellknownListName wellknownListName
@SerializedName(value="extensions",
alternate="Extensions")
@Expose
@Nullable
public ExtensionCollectionPage extensions
@SerializedName(value="tasks",
alternate="Tasks")
@Expose
@Nullable
public TodoTaskCollectionPage tasks
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 Entityserializer - the serializerjson - the JSON object to set this object to