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