Uses of Class
com.oracle.bmc.usage.requests.ListProductsRequest.SortOrder
-
Packages that use ListProductsRequest.SortOrder Package Description com.oracle.bmc.usage.requests -
-
Uses of ListProductsRequest.SortOrder in com.oracle.bmc.usage.requests
Methods in com.oracle.bmc.usage.requests that return ListProductsRequest.SortOrder Modifier and Type Method Description static ListProductsRequest.SortOrder
ListProductsRequest.SortOrder. create(String key)
ListProductsRequest.SortOrder
ListProductsRequest. getSortOrder()
The sort order to use, which can be ascending (ASC) or descending (DESC).static ListProductsRequest.SortOrder
ListProductsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListProductsRequest.SortOrder[]
ListProductsRequest.SortOrder. 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.SortOrder Modifier and Type Method Description ListProductsRequest.Builder
ListProductsRequest.Builder. sortOrder(ListProductsRequest.SortOrder sortOrder)
The sort order to use, which can be ascending (ASC) or descending (DESC).
-