Uses of Class
com.azure.resourcemanager.authorization.fluent.models.UsersTodoSelect
-
Packages that use UsersTodoSelect 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 UsersTodoSelect in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type UsersTodoSelect Modifier and Type Method Description 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. -
Uses of UsersTodoSelect in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as UsersTodoSelect Modifier and Type Field Description static UsersTodoSelect
UsersTodoSelect. DISPLAY_NAME
Static value displayName for UsersTodoSelect.static UsersTodoSelect
UsersTodoSelect. EXTENSIONS
Static value extensions for UsersTodoSelect.static UsersTodoSelect
UsersTodoSelect. ID
Static value id for UsersTodoSelect.static UsersTodoSelect
UsersTodoSelect. IS_OWNER
Static value isOwner for UsersTodoSelect.static UsersTodoSelect
UsersTodoSelect. IS_SHARED
Static value isShared for UsersTodoSelect.static UsersTodoSelect
UsersTodoSelect. TASKS
Static value tasks for UsersTodoSelect.static UsersTodoSelect
UsersTodoSelect. WELLKNOWN_LIST_NAME
Static value wellknownListName for UsersTodoSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return UsersTodoSelect Modifier and Type Method Description static UsersTodoSelect
UsersTodoSelect. fromString(String name)
Creates or finds a UsersTodoSelect from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type UsersTodoSelect Modifier and Type Method Description static Collection<UsersTodoSelect>
UsersTodoSelect. values()
-