Uses of Class
com.azure.resourcemanager.authorization.fluent.models.UsersTodoListsTasksOrderby
-
Packages that use UsersTodoListsTasksOrderby 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 UsersTodoListsTasksOrderby in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type UsersTodoListsTasksOrderby Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionInner>UsersTodoListsTasksClient. listExtensions(String userId, String todoTaskListId, String todoTaskId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersTodoListsTasksOrderby> orderby, List<String> select, List<String> expand, com.azure.core.util.Context context)Get extensions from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphExtensionInner>UsersTodoListsTasksClient. listExtensionsAsync(String userId, String todoTaskListId, String todoTaskId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersTodoListsTasksOrderby> orderby, List<String> select, List<String> expand)Get extensions from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphLinkedResourceInner>UsersTodoListsTasksClient. listLinkedResources(String userId, String todoTaskListId, String todoTaskId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersTodoListsTasksOrderby> orderby, List<UsersTodoListsTasksSelect> select, List<String> expand, com.azure.core.util.Context context)Get linkedResources from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphLinkedResourceInner>UsersTodoListsTasksClient. listLinkedResourcesAsync(String userId, String todoTaskListId, String todoTaskId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersTodoListsTasksOrderby> orderby, List<UsersTodoListsTasksSelect> select, List<String> expand)Get linkedResources from users. -
Uses of UsersTodoListsTasksOrderby in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as UsersTodoListsTasksOrderby Modifier and Type Field Description static UsersTodoListsTasksOrderbyUsersTodoListsTasksOrderby. IDStatic value id for UsersTodoListsTasksOrderby.static UsersTodoListsTasksOrderbyUsersTodoListsTasksOrderby. ID_DESCStatic value id desc for UsersTodoListsTasksOrderby.Methods in com.azure.resourcemanager.authorization.fluent.models that return UsersTodoListsTasksOrderby Modifier and Type Method Description static UsersTodoListsTasksOrderbyUsersTodoListsTasksOrderby. fromString(String name)Creates or finds a UsersTodoListsTasksOrderby from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type UsersTodoListsTasksOrderby Modifier and Type Method Description static Collection<UsersTodoListsTasksOrderby>UsersTodoListsTasksOrderby. values()
-