Uses of Class
com.oracle.bmc.dataintegration.requests.ListPatchChangesRequest.SortOrder
-
Packages that use ListPatchChangesRequest.SortOrder Package Description com.oracle.bmc.dataintegration.requests -
-
Uses of ListPatchChangesRequest.SortOrder in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListPatchChangesRequest.SortOrder Modifier and Type Method Description static ListPatchChangesRequest.SortOrderListPatchChangesRequest.SortOrder. create(String key)ListPatchChangesRequest.SortOrderListPatchChangesRequest. getSortOrder()Specifies sort order to use, either ASC (ascending) or DESC (descending).static ListPatchChangesRequest.SortOrderListPatchChangesRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListPatchChangesRequest.SortOrder[]ListPatchChangesRequest.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 ListPatchChangesRequest.SortOrder Modifier and Type Method Description ListPatchChangesRequest.BuilderListPatchChangesRequest.Builder. sortOrder(ListPatchChangesRequest.SortOrder sortOrder)Specifies sort order to use, either ASC (ascending) or DESC (descending).
-