Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTodoTaskListInner
-
Packages that use MicrosoftGraphTodoTaskListInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphTodoTaskListInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphTodoTaskListInner Modifier and Type Method Description MicrosoftGraphTodoTaskListInnerUsersTodosClient. createLists(String userId, MicrosoftGraphTodoTaskListInner body)Create new navigation property to lists for users.MicrosoftGraphTodoTaskListInnerUsersTodosClient. getLists(String userId, String todoTaskListId)Get lists from users.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphTodoTaskListInner Modifier and Type Method Description Mono<MicrosoftGraphTodoTaskListInner>UsersTodosClient. createListsAsync(String userId, MicrosoftGraphTodoTaskListInner body)Create new navigation property to lists for users.com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskListInner>UsersTodosClient. createListsWithResponse(String userId, MicrosoftGraphTodoTaskListInner body, com.azure.core.util.Context context)Create new navigation property to lists for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskListInner>>UsersTodosClient. createListsWithResponseAsync(String userId, MicrosoftGraphTodoTaskListInner body)Create new navigation property to lists for users.Mono<MicrosoftGraphTodoTaskListInner>UsersTodosClient. getListsAsync(String userId, String todoTaskListId)Get lists from users.Mono<MicrosoftGraphTodoTaskListInner>UsersTodosClient. getListsAsync(String userId, String todoTaskListId, List<UsersTodoSelect> select, List<UsersTodoExpand> expand)Get lists from users.com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskListInner>UsersTodosClient. getListsWithResponse(String userId, String todoTaskListId, List<UsersTodoSelect> select, List<UsersTodoExpand> expand, com.azure.core.util.Context context)Get lists from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskListInner>>UsersTodosClient. getListsWithResponseAsync(String userId, String todoTaskListId, List<UsersTodoSelect> select, List<UsersTodoExpand> expand)Get lists from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphTodoTaskListInner>UsersTodosClient. listLists(String userId)Get lists from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphTodoTaskListInner>UsersTodosClient. listLists(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersTodoOrderby> orderby, List<UsersTodoSelect> select, List<UsersTodoExpand> expand, com.azure.core.util.Context context)Get lists from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphTodoTaskListInner>UsersTodosClient. listListsAsync(String userId)Get lists from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphTodoTaskListInner>UsersTodosClient. listListsAsync(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersTodoOrderby> orderby, List<UsersTodoSelect> select, List<UsersTodoExpand> expand)Get lists from users.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphTodoTaskListInner Modifier and Type Method Description MicrosoftGraphTodoTaskListInnerUsersTodosClient. createLists(String userId, MicrosoftGraphTodoTaskListInner body)Create new navigation property to lists for users.Mono<MicrosoftGraphTodoTaskListInner>UsersTodosClient. createListsAsync(String userId, MicrosoftGraphTodoTaskListInner body)Create new navigation property to lists for users.com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskListInner>UsersTodosClient. createListsWithResponse(String userId, MicrosoftGraphTodoTaskListInner body, com.azure.core.util.Context context)Create new navigation property to lists for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphTodoTaskListInner>>UsersTodosClient. createListsWithResponseAsync(String userId, MicrosoftGraphTodoTaskListInner body)Create new navigation property to lists for users.voidUsersTodosClient. updateLists(String userId, String todoTaskListId, MicrosoftGraphTodoTaskListInner body)Update the navigation property lists in users.Mono<Void>UsersTodosClient. updateListsAsync(String userId, String todoTaskListId, MicrosoftGraphTodoTaskListInner body)Update the navigation property lists in users.com.azure.core.http.rest.Response<Void>UsersTodosClient. updateListsWithResponse(String userId, String todoTaskListId, MicrosoftGraphTodoTaskListInner body, com.azure.core.util.Context context)Update the navigation property lists in users.Mono<com.azure.core.http.rest.Response<Void>>UsersTodosClient. updateListsWithResponseAsync(String userId, String todoTaskListId, MicrosoftGraphTodoTaskListInner body)Update the navigation property lists in users. -
Uses of MicrosoftGraphTodoTaskListInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTodoTaskListInner Modifier and Type Method Description MicrosoftGraphTodoTaskListInnerMicrosoftGraphTodoTaskListInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: todoTaskList.MicrosoftGraphTodoTaskListInnerMicrosoftGraphTodoTaskListInner. withDisplayName(String displayName)Set the displayName property: The name of the task list.MicrosoftGraphTodoTaskListInnerMicrosoftGraphTodoTaskListInner. withExtensions(List<MicrosoftGraphExtensionInner> extensions)Set the extensions property: The collection of open extensions defined for the task list.MicrosoftGraphTodoTaskListInnerMicrosoftGraphTodoTaskListInner. withId(String id)Set the id property: Read-only.MicrosoftGraphTodoTaskListInnerMicrosoftGraphTodoTaskListInner. withIsOwner(Boolean isOwner)Set the isOwner property: True if the user is owner of the given task list.MicrosoftGraphTodoTaskListInnerMicrosoftGraphTodoTaskListInner. withIsShared(Boolean isShared)Set the isShared property: True if the task list is shared with other users.MicrosoftGraphTodoTaskListInnerMicrosoftGraphTodoTaskListInner. withTasks(List<MicrosoftGraphTodoTaskInner> tasks)Set the tasks property: The tasks in this task list.MicrosoftGraphTodoTaskListInnerMicrosoftGraphTodoTaskListInner. withWellknownListName(MicrosoftGraphWellknownListName wellknownListName)Set the wellknownListName property: The wellknownListName property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTodoTaskListInner Modifier and Type Method Description List<MicrosoftGraphTodoTaskListInner>MicrosoftGraphTodoInner. lists()Get the lists property: The task lists in the users mailbox.List<MicrosoftGraphTodoTaskListInner>CollectionOfTodoTaskList. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTodoTaskListInner Modifier and Type Method Description MicrosoftGraphTodoInnerMicrosoftGraphTodoInner. withLists(List<MicrosoftGraphTodoTaskListInner> lists)Set the lists property: The task lists in the users mailbox.CollectionOfTodoTaskListCollectionOfTodoTaskList. withValue(List<MicrosoftGraphTodoTaskListInner> value)Set the value property: The value property.
-