Uses of Class
com.oracle.bmc.identity.requests.ListUsersRequest.SortOrder
-
Packages that use ListUsersRequest.SortOrder Package Description com.oracle.bmc.identity.requests -
-
Uses of ListUsersRequest.SortOrder in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListUsersRequest.SortOrder Modifier and Type Method Description static ListUsersRequest.SortOrder
ListUsersRequest.SortOrder. create(String key)
ListUsersRequest.SortOrder
ListUsersRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).static ListUsersRequest.SortOrder
ListUsersRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListUsersRequest.SortOrder[]
ListUsersRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.requests with parameters of type ListUsersRequest.SortOrder Modifier and Type Method Description ListUsersRequest.Builder
ListUsersRequest.Builder. sortOrder(ListUsersRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-