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 UsersTodoSelectUsersTodoSelect. DISPLAY_NAMEStatic value displayName for UsersTodoSelect.static UsersTodoSelectUsersTodoSelect. EXTENSIONSStatic value extensions for UsersTodoSelect.static UsersTodoSelectUsersTodoSelect. IDStatic value id for UsersTodoSelect.static UsersTodoSelectUsersTodoSelect. IS_OWNERStatic value isOwner for UsersTodoSelect.static UsersTodoSelectUsersTodoSelect. IS_SHAREDStatic value isShared for UsersTodoSelect.static UsersTodoSelectUsersTodoSelect. TASKSStatic value tasks for UsersTodoSelect.static UsersTodoSelectUsersTodoSelect. WELLKNOWN_LIST_NAMEStatic value wellknownListName for UsersTodoSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return UsersTodoSelect Modifier and Type Method Description static UsersTodoSelectUsersTodoSelect. 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()
-