Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTodoTaskList
Packages that use MicrosoftGraphTodoTaskList
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTodoTaskList in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTodoTaskListModifier and TypeMethodDescriptionMicrosoftGraphTodoTaskList.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: todoTaskList.MicrosoftGraphTodoTaskList.withDisplayName(String displayName) Set the displayName property: The name of the task list.MicrosoftGraphTodoTaskList.withExtensions(List<MicrosoftGraphExtension> extensions) Set the extensions property: The collection of open extensions defined for the task list.Set the id property: Read-only.MicrosoftGraphTodoTaskList.withIsOwner(Boolean isOwner) Set the isOwner property: True if the user is owner of the given task list.MicrosoftGraphTodoTaskList.withIsShared(Boolean isShared) Set the isShared property: True if the task list is shared with other users.MicrosoftGraphTodoTaskList.withTasks(List<MicrosoftGraphTodoTask> tasks) Set the tasks property: The tasks in this task list.MicrosoftGraphTodoTaskList.withWellknownListName(MicrosoftGraphWellknownListName wellknownListName) Set the wellknownListName property: wellknownListName.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTodoTaskListModifier and TypeMethodDescriptionMicrosoftGraphTodo.lists()Get the lists property: The task lists in the users mailbox.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTodoTaskListModifier and TypeMethodDescriptionMicrosoftGraphTodo.withLists(List<MicrosoftGraphTodoTaskList> lists) Set the lists property: The task lists in the users mailbox.