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