public static class FacetedSearchStringFilterRequest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FacetedSearchStringFilterRequest |
build() |
FacetedSearchStringFilterRequest.Builder |
copy(FacetedSearchStringFilterRequest model) |
FacetedSearchStringFilterRequest.Builder |
field(String field)
String/boolean/numerical field name that needs to be filtered by.
|
FacetedSearchStringFilterRequest.Builder |
values(List<String> values)
Array of values that the search results needs to be filtered by.
|
public FacetedSearchStringFilterRequest.Builder field(String field)
String/boolean/numerical field name that needs to be filtered by. Acceptable field names: CatalogType, AttributeType, FolderType, DataAssetType, CreatedBy, UpdatedBy, Term, Tag, DataAssetName, LifeCycleState.
field
- the value to setpublic FacetedSearchStringFilterRequest.Builder values(List<String> values)
Array of values that the search results needs to be filtered by. Acceptable values for field ‘CatalogType’: DataAsset, Folder, DataEntity, Attribute, Term, Category, Glossary, Pattern, Job, Schedule, CustomProperty. For other fields, acceptable values can be derived by inspecting the data object.
values
- the value to setpublic FacetedSearchStringFilterRequest build()
public FacetedSearchStringFilterRequest.Builder copy(FacetedSearchStringFilterRequest model)
Copyright © 2016–2025. All rights reserved.