Uses of Class
com.oracle.bmc.datacatalog.model.FacetedSearchSortRequest
-
Packages that use FacetedSearchSortRequest Package Description com.oracle.bmc.datacatalog.model -
-
Uses of FacetedSearchSortRequest in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return FacetedSearchSortRequest Modifier and Type Method Description FacetedSearchSortRequest
FacetedSearchSortRequest.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type FacetedSearchSortRequest Modifier and Type Method Description List<FacetedSearchSortRequest>
SearchCriteria. getSort()
Array of objects having details about sort field and order.Methods in com.oracle.bmc.datacatalog.model with parameters of type FacetedSearchSortRequest Modifier and Type Method Description FacetedSearchSortRequest.Builder
FacetedSearchSortRequest.Builder. copy(FacetedSearchSortRequest model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type FacetedSearchSortRequest Modifier and Type Method Description SearchCriteria.Builder
SearchCriteria.Builder. sort(List<FacetedSearchSortRequest> sort)
Array of objects having details about sort field and order.
-