Uses of Class
com.oracle.bmc.datacatalog.requests.ListCatalogPrivateEndpointsRequest.SortOrder
-
Packages that use ListCatalogPrivateEndpointsRequest.SortOrder Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of ListCatalogPrivateEndpointsRequest.SortOrder in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListCatalogPrivateEndpointsRequest.SortOrder Modifier and Type Method Description static ListCatalogPrivateEndpointsRequest.SortOrderListCatalogPrivateEndpointsRequest.SortOrder. create(String key)ListCatalogPrivateEndpointsRequest.SortOrderListCatalogPrivateEndpointsRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’.static ListCatalogPrivateEndpointsRequest.SortOrderListCatalogPrivateEndpointsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListCatalogPrivateEndpointsRequest.SortOrder[]ListCatalogPrivateEndpointsRequest.SortOrder. 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.SortOrder Modifier and Type Method Description ListCatalogPrivateEndpointsRequest.BuilderListCatalogPrivateEndpointsRequest.Builder. sortOrder(ListCatalogPrivateEndpointsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.
-