Package com.algolia.model.ingestion
Class DestinationIndexName
java.lang.Object
com.algolia.model.ingestion.DestinationIndexName
- All Implemented Interfaces:
DestinationInput
DestinationIndexName
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.DestinationInput
DestinationInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesToExclude(String attributesToExcludeItem) booleanDetermines the attributes to exclude from an Algolia record.The index name to store data in.Get recordTypeinthashCode()setAttributesToExclude(List<String> attributesToExclude) setIndexName(String indexName) setRecordType(RecordType recordType) toString()
-
Constructor Details
-
DestinationIndexName
public DestinationIndexName()
-
-
Method Details
-
setIndexName
-
getIndexName
The index name to store data in. -
setRecordType
-
getRecordType
Get recordType -
setAttributesToExclude
-
addAttributesToExclude
-
getAttributesToExclude
Determines the attributes to exclude from an Algolia record. To remove nested element, you can separate the path to the element with dots (`.`): - \"foo.bar\": will remove `bar` from `foo`. To remove elements from an array, you can use the following: - \"foo.[0].bar\": will only remove `bar` from the first element of `foo`. - \"foo.[*].bar\": will remove `bar` from every elements of `foo`. -
equals
-
hashCode
public int hashCode() -
toString
-