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.SortOrder
ListPatchChangesRequest.SortOrder. create(String key)
ListPatchChangesRequest.SortOrder
ListPatchChangesRequest. getSortOrder()
Specifies sort order to use, either ASC (ascending) or DESC (descending).static ListPatchChangesRequest.SortOrder
ListPatchChangesRequest.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.Builder
ListPatchChangesRequest.Builder. sortOrder(ListPatchChangesRequest.SortOrder sortOrder)
Specifies sort order to use, either ASC (ascending) or DESC (descending).
-