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