Class DictionaryRequest
- java.lang.Object
-
- com.algolia.search.models.dictionary.DictionaryRequest
-
public abstract class DictionaryRequest extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDictionaryRequest(Boolean clearExistingDictionaryEntries)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DictionaryRequestadd(Boolean clearExistingDictionaryEntries, List<DictionaryEntry> requests)static DictionaryRequestdelete(List<String> objectIDs)BooleangetClearExistingDictionaryEntries()
-
-
-
Constructor Detail
-
DictionaryRequest
protected DictionaryRequest(Boolean clearExistingDictionaryEntries)
-
-
Method Detail
-
add
public static DictionaryRequest add(Boolean clearExistingDictionaryEntries, List<DictionaryEntry> requests)
-
delete
public static DictionaryRequest delete(List<String> objectIDs)
-
getClearExistingDictionaryEntries
public Boolean getClearExistingDictionaryEntries()
-
-