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