Class TodoTaskList

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.TodoTaskList
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TodoTaskList extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Todo Task List.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the task list.
    • isOwner

      @SerializedName(value="isOwner", alternate="IsOwner") @Expose @Nullable public Boolean isOwner
      The Is Owner. True if the user is owner of the given task list.
    • isShared

      @SerializedName(value="isShared", alternate="IsShared") @Expose @Nullable public Boolean isShared
      The Is Shared. True if the task list is shared with other users
    • wellknownListName

      @SerializedName(value="wellknownListName", alternate="WellknownListName") @Expose @Nullable public WellknownListName wellknownListName
      The Wellknown List Name. Property indicating the list name if the given list is a well-known list. Possible values are: none, defaultList, flaggedEmails, unknownFutureValue.
    • extensions

      @SerializedName(value="extensions", alternate="Extensions") @Expose @Nullable public ExtensionCollectionPage extensions
      The Extensions. The collection of open extensions defined for the task list. Nullable.
    • tasks

      @SerializedName(value="tasks", alternate="Tasks") @Expose @Nullable public TodoTaskCollectionPage tasks
      The Tasks. The tasks in this task list. Read-only. Nullable.
  • Constructor Details

    • TodoTaskList

      public TodoTaskList()
  • 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to