Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
FacetedSearchSortRequest |
FacetedSearchSortRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<FacetedSearchSortRequest> |
SearchCriteria.getSort()
Array of objects having details about sort field and order.
|
Modifier and Type | Method and Description |
---|---|
FacetedSearchSortRequest.Builder |
FacetedSearchSortRequest.Builder.copy(FacetedSearchSortRequest model) |
Modifier and Type | Method and Description |
---|---|
SearchCriteria.Builder |
SearchCriteria.Builder.sort(List<FacetedSearchSortRequest> sort)
Array of objects having details about sort field and order.
|
Constructor and Description |
---|
SearchCriteria(String query,
String facetedQuery,
List<String> dimensions,
List<FacetedSearchSortRequest> sort,
FacetedSearchFilterRequest filters)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.