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