public static class FacetedSearchCustomProperty.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FacetedSearchCustomProperty |
build() |
FacetedSearchCustomProperty.Builder |
copy(FacetedSearchCustomProperty model) |
FacetedSearchCustomProperty.Builder |
dataType(String dataType)
Data type of the custom property field
|
FacetedSearchCustomProperty.Builder |
name(String name)
Name of custom property field
|
FacetedSearchCustomProperty.Builder |
value(String value)
Value of the custom property field
|
public FacetedSearchCustomProperty.Builder name(String name)
Name of custom property field
name
- the value to setpublic FacetedSearchCustomProperty.Builder value(String value)
Value of the custom property field
value
- the value to setpublic FacetedSearchCustomProperty.Builder dataType(String dataType)
Data type of the custom property field
dataType
- the value to setpublic FacetedSearchCustomProperty build()
public FacetedSearchCustomProperty.Builder copy(FacetedSearchCustomProperty model)
Copyright © 2016–2024. All rights reserved.