Uses of Class
com.azure.resourcemanager.authorization.fluent.models.UsersTodoListsTasksSelect
-
Packages that use UsersTodoListsTasksSelect 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 UsersTodoListsTasksSelect in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type UsersTodoListsTasksSelect Modifier and Type Method Description Mono<MicrosoftGraphLinkedResourceInner>UsersTodoListsTasksClient. getLinkedResourcesAsync(String userId, String todoTaskListId, String todoTaskId, String linkedResourceId, List<UsersTodoListsTasksSelect> select, List<String> expand)Get linkedResources from users.com.azure.core.http.rest.Response<MicrosoftGraphLinkedResourceInner>UsersTodoListsTasksClient. getLinkedResourcesWithResponse(String userId, String todoTaskListId, String todoTaskId, String linkedResourceId, List<UsersTodoListsTasksSelect> select, List<String> expand, com.azure.core.util.Context context)Get linkedResources from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphLinkedResourceInner>>UsersTodoListsTasksClient. getLinkedResourcesWithResponseAsync(String userId, String todoTaskListId, String todoTaskId, String linkedResourceId, List<UsersTodoListsTasksSelect> select, List<String> expand)Get linkedResources from users. -
Uses of UsersTodoListsTasksSelect in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as UsersTodoListsTasksSelect Modifier and Type Field Description static UsersTodoListsTasksSelectUsersTodoListsTasksSelect. APPLICATION_NAMEStatic value applicationName for UsersTodoListsTasksSelect.static UsersTodoListsTasksSelectUsersTodoListsTasksSelect. DISPLAY_NAMEStatic value displayName for UsersTodoListsTasksSelect.static UsersTodoListsTasksSelectUsersTodoListsTasksSelect. EXTERNAL_IDStatic value externalId for UsersTodoListsTasksSelect.static UsersTodoListsTasksSelectUsersTodoListsTasksSelect. IDStatic value id for UsersTodoListsTasksSelect.static UsersTodoListsTasksSelectUsersTodoListsTasksSelect. WEB_URLStatic value webUrl for UsersTodoListsTasksSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return UsersTodoListsTasksSelect Modifier and Type Method Description static UsersTodoListsTasksSelectUsersTodoListsTasksSelect. fromString(String name)Creates or finds a UsersTodoListsTasksSelect from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type UsersTodoListsTasksSelect Modifier and Type Method Description static Collection<UsersTodoListsTasksSelect>UsersTodoListsTasksSelect. values()
-