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