Uses of Class
com.oracle.bmc.datacatalog.requests.UsersRequest.SortBy
-
Packages that use UsersRequest.SortBy Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of UsersRequest.SortBy in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return UsersRequest.SortBy Modifier and Type Method Description static UsersRequest.SortByUsersRequest.SortBy. create(String key)UsersRequest.SortByUsersRequest. getSortBy()The field to sort by.static UsersRequest.SortByUsersRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static UsersRequest.SortBy[]UsersRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.requests with parameters of type UsersRequest.SortBy Modifier and Type Method Description UsersRequest.BuilderUsersRequest.Builder. sortBy(UsersRequest.SortBy sortBy)The field to sort by.
-