Package io.constructor.client.models
Class SearchabilityV2
java.lang.Object
io.constructor.client.models.SearchabilityV2
Constructor.io Searchability V2 model.
This class represents the v2 searchability configuration. Uses Gson/Reflection to load data in.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCreatedAt(String createdAt) voidsetDisplayable(Boolean displayable) voidsetExactSearchable(Boolean exactSearchable) voidsetFuzzySearchable(Boolean fuzzySearchable) voidvoidvoidsetUpdatedAt(String updatedAt)
-
Constructor Details
-
SearchabilityV2
public SearchabilityV2()
-
-
Method Details
-
getName
- Returns:
- the name
-
getFuzzySearchable
- Returns:
- whether terms can be fuzzy searchable
-
getExactSearchable
- Returns:
- whether terms can be exact searchable
-
getDisplayable
- Returns:
- whether the field is displayable in the response
-
getHidden
- Returns:
- whether the field is hidden by default
-
getCreatedAt
- Returns:
- the creation timestamp
-
getUpdatedAt
- Returns:
- the last update timestamp
-
setName
-
setFuzzySearchable
-
setExactSearchable
-
setDisplayable
-
setHidden
-
setCreatedAt
-
setUpdatedAt
-