Uses of Class
com.oracle.bmc.dataintegration.requests.ListPatchChangesRequest.SortBy
-
Packages that use ListPatchChangesRequest.SortBy Package Description com.oracle.bmc.dataintegration.requests -
-
Uses of ListPatchChangesRequest.SortBy in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListPatchChangesRequest.SortBy Modifier and Type Method Description static ListPatchChangesRequest.SortByListPatchChangesRequest.SortBy. create(String key)ListPatchChangesRequest.SortByListPatchChangesRequest. getSortBy()Specifies the field to sort by.static ListPatchChangesRequest.SortByListPatchChangesRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListPatchChangesRequest.SortBy[]ListPatchChangesRequest.SortBy. 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.SortBy Modifier and Type Method Description ListPatchChangesRequest.BuilderListPatchChangesRequest.Builder. sortBy(ListPatchChangesRequest.SortBy sortBy)Specifies the field to sort by.
-