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