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