Uses of Class
com.oracle.bmc.goldengate.requests.ListPipelineSchemaTablesRequest.SortBy
-
Packages that use ListPipelineSchemaTablesRequest.SortBy Package Description com.oracle.bmc.goldengate.requests -
-
Uses of ListPipelineSchemaTablesRequest.SortBy in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return ListPipelineSchemaTablesRequest.SortBy Modifier and Type Method Description static ListPipelineSchemaTablesRequest.SortBy
ListPipelineSchemaTablesRequest.SortBy. create(String key)
ListPipelineSchemaTablesRequest.SortBy
ListPipelineSchemaTablesRequest. getSortBy()
The field to sort by.static ListPipelineSchemaTablesRequest.SortBy
ListPipelineSchemaTablesRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListPipelineSchemaTablesRequest.SortBy[]
ListPipelineSchemaTablesRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.requests with parameters of type ListPipelineSchemaTablesRequest.SortBy Modifier and Type Method Description ListPipelineSchemaTablesRequest.Builder
ListPipelineSchemaTablesRequest.Builder. sortBy(ListPipelineSchemaTablesRequest.SortBy sortBy)
The field to sort by.
-