Uses of Class
com.oracle.bmc.managementagent.requests.ListWorkRequestErrorsRequest.SortOrder
-
Packages that use ListWorkRequestErrorsRequest.SortOrder Package Description com.oracle.bmc.managementagent.requests -
-
Uses of ListWorkRequestErrorsRequest.SortOrder in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return ListWorkRequestErrorsRequest.SortOrder Modifier and Type Method Description static ListWorkRequestErrorsRequest.SortOrderListWorkRequestErrorsRequest.SortOrder. create(String key)ListWorkRequestErrorsRequest.SortOrderListWorkRequestErrorsRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’.static ListWorkRequestErrorsRequest.SortOrderListWorkRequestErrorsRequest.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.managementagent.requests with parameters of type ListWorkRequestErrorsRequest.SortOrder Modifier and Type Method Description ListWorkRequestErrorsRequest.BuilderListWorkRequestErrorsRequest.Builder. sortOrder(ListWorkRequestErrorsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.
-