Package com.algolia.model.search
Class BuiltInOperation
java.lang.Object
com.algolia.model.search.BuiltInOperation
- All Implemented Interfaces:
AttributeToUpdate
Update to perform on the attribute.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.search.AttributeToUpdate
AttributeToUpdate.Deserializer, AttributeToUpdate.StringWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet operationgetValue()Value that corresponds to the operation, for example an `Increment` or `Decrement` step, or an `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, or an `Add` or `Remove` value. -
equals
-
hashCode
public int hashCode() -
toString
-