Package com.algolia.model.search
Class BuiltInOperation
java.lang.Object
com.algolia.model.search.BuiltInOperation
To update an attribute without pushing the entire record, you can use these built-in operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet operationgetValue()Value that corresponds to the operation, for example an `Increment` or `Decrement` step, `Add` or `Remove` value.inthashCode()setOperation(BuiltInOperationType operation) toString()
-
Constructor Details
-
BuiltInOperation
public BuiltInOperation()
-
-
Method Details
-
setOperation
-
getOperation
Get operation -
setValue
-
getValue
Value that corresponds to the operation, for example an `Increment` or `Decrement` step, `Add` or `Remove` value. -
equals
-
hashCode
public int hashCode() -
toString
-