Uses of Class
com.oracle.bmc.identity.requests.ListUsersRequest.SortBy
-
Packages that use ListUsersRequest.SortBy Package Description com.oracle.bmc.identity.requests -
-
Uses of ListUsersRequest.SortBy in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListUsersRequest.SortBy Modifier and Type Method Description static ListUsersRequest.SortBy
ListUsersRequest.SortBy. create(String key)
ListUsersRequest.SortBy
ListUsersRequest. getSortBy()
The field to sort by.static ListUsersRequest.SortBy
ListUsersRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListUsersRequest.SortBy[]
ListUsersRequest.SortBy. 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.SortBy Modifier and Type Method Description ListUsersRequest.Builder
ListUsersRequest.Builder. sortBy(ListUsersRequest.SortBy sortBy)
The field to sort by.
-