Package com.algolia.model.search
Class BatchDictionaryEntriesParams
java.lang.Object
com.algolia.model.search.BatchDictionaryEntriesParams
Request body for updating dictionary entries.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRequests(BatchDictionaryEntriesRequest requestsItem) booleanWhether to replace all custom entries in the dictionary with the ones sent with this request.List of additions and deletions to your dictionaries.inthashCode()setClearExistingDictionaryEntries(Boolean clearExistingDictionaryEntries) setRequests(List<BatchDictionaryEntriesRequest> requests) toString()
-
Constructor Details
-
BatchDictionaryEntriesParams
public BatchDictionaryEntriesParams()
-
-
Method Details
-
setClearExistingDictionaryEntries
public BatchDictionaryEntriesParams setClearExistingDictionaryEntries(Boolean clearExistingDictionaryEntries) -
getClearExistingDictionaryEntries
Whether to replace all custom entries in the dictionary with the ones sent with this request. -
setRequests
-
addRequests
-
getRequests
List of additions and deletions to your dictionaries. -
equals
-
hashCode
public int hashCode() -
toString
-