Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTodoInner
-
Packages that use MicrosoftGraphTodoInner 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 MicrosoftGraphTodoInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphTodoInner Modifier and Type Method Description MicrosoftGraphTodoInner
UsersClient. getTodo(String userId)
Get todo from users.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphTodoInner Modifier and Type Method Description Mono<MicrosoftGraphTodoInner>
UsersClient. getTodoAsync(String userId)
Get todo from users.Mono<MicrosoftGraphTodoInner>
UsersClient. getTodoAsync(String userId, List<UsersSelect> select, List<UsersExpand> expand)
Get todo from users.com.azure.core.http.rest.Response<MicrosoftGraphTodoInner>
UsersClient. getTodoWithResponse(String userId, List<UsersSelect> select, List<UsersExpand> expand, com.azure.core.util.Context context)
Get todo from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphTodoInner>>
UsersClient. getTodoWithResponseAsync(String userId, List<UsersSelect> select, List<UsersExpand> expand)
Get todo from users.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphTodoInner Modifier and Type Method Description void
UsersClient. updateTodo(String userId, MicrosoftGraphTodoInner body)
Update the navigation property todo in users.Mono<Void>
UsersClient. updateTodoAsync(String userId, MicrosoftGraphTodoInner body)
Update the navigation property todo in users.com.azure.core.http.rest.Response<Void>
UsersClient. updateTodoWithResponse(String userId, MicrosoftGraphTodoInner body, com.azure.core.util.Context context)
Update the navigation property todo in users.Mono<com.azure.core.http.rest.Response<Void>>
UsersClient. updateTodoWithResponseAsync(String userId, MicrosoftGraphTodoInner body)
Update the navigation property todo in users. -
Uses of MicrosoftGraphTodoInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTodoInner Modifier and Type Method Description MicrosoftGraphTodoInner
MicrosoftGraphUserInner. todo()
Get the todo property: todo.MicrosoftGraphTodoInner
MicrosoftGraphTodoInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: todo.MicrosoftGraphTodoInner
MicrosoftGraphTodoInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphTodoInner
MicrosoftGraphTodoInner. withLists(List<MicrosoftGraphTodoTaskListInner> lists)
Set the lists property: The task lists in the users mailbox.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTodoInner Modifier and Type Method Description MicrosoftGraphUserInner
MicrosoftGraphUserInner. withTodo(MicrosoftGraphTodoInner todo)
Set the todo property: todo.
-