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