Uses of Class
com.oracle.bmc.ospgateway.requests.ListInvoicesRequest.SortOrder
-
Packages that use ListInvoicesRequest.SortOrder Package Description com.oracle.bmc.ospgateway.requests -
-
Uses of ListInvoicesRequest.SortOrder in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return ListInvoicesRequest.SortOrder Modifier and Type Method Description static ListInvoicesRequest.SortOrder
ListInvoicesRequest.SortOrder. create(String key)
ListInvoicesRequest.SortOrder
ListInvoicesRequest. getSortOrder()
The sort order to use (ascending or descending).static ListInvoicesRequest.SortOrder
ListInvoicesRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListInvoicesRequest.SortOrder[]
ListInvoicesRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ospgateway.requests with parameters of type ListInvoicesRequest.SortOrder Modifier and Type Method Description ListInvoicesRequest.Builder
ListInvoicesRequest.Builder. sortOrder(ListInvoicesRequest.SortOrder sortOrder)
The sort order to use (ascending or descending).
-