Class PartialUpdateOperationType
- java.lang.Object
-
- com.algolia.search.models.indexing.PartialUpdateOperationType
-
public class PartialUpdateOperationType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDstatic StringADD_UNIQUEstatic StringDECREMENTstatic StringINCREMENTstatic StringINCREMENT_FROMstatic StringINCREMENT_SETstatic StringREMOVE
-
Constructor Summary
Constructors Constructor Description PartialUpdateOperationType()
-
-
-
Field Detail
-
INCREMENT
public static final String INCREMENT
- See Also:
- Constant Field Values
-
INCREMENT_FROM
public static final String INCREMENT_FROM
- See Also:
- Constant Field Values
-
INCREMENT_SET
public static final String INCREMENT_SET
- See Also:
- Constant Field Values
-
DECREMENT
public static final String DECREMENT
- See Also:
- Constant Field Values
-
ADD
public static final String ADD
- See Also:
- Constant Field Values
-
ADD_UNIQUE
public static final String ADD_UNIQUE
- See Also:
- Constant Field Values
-
REMOVE
public static final String REMOVE
- See Also:
- Constant Field Values
-
-