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