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