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