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