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