Package com.algolia.model.search
Class BatchDictionaryEntriesParams
java.lang.Object
com.algolia.model.search.BatchDictionaryEntriesParams
`batchDictionaryEntries` parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRequests(BatchDictionaryEntriesRequest requestsItem) booleanIncidates whether to replace all custom entries in the dictionary with the ones sent with this request.Operations to batch.inthashCode()setClearExistingDictionaryEntries(Boolean clearExistingDictionaryEntries) setRequests(List<BatchDictionaryEntriesRequest> requests) toString()
-
Constructor Details
-
BatchDictionaryEntriesParams
public BatchDictionaryEntriesParams()
-
-
Method Details
-
setClearExistingDictionaryEntries
public BatchDictionaryEntriesParams setClearExistingDictionaryEntries(Boolean clearExistingDictionaryEntries) -
getClearExistingDictionaryEntries
Incidates whether to replace all custom entries in the dictionary with the ones sent with this request.- Returns:
- clearExistingDictionaryEntries
-
setRequests
-
addRequests
-
getRequests
Operations to batch.- Returns:
- requests
-
equals
-
hashCode
public int hashCode() -
toString
-