Package com.algolia.model.search
Class PromoteObjectID
java.lang.Object
com.algolia.model.search.PromoteObjectID
Record to promote.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUnique identifier of the record to promote.The position to promote the records to.inthashCode()setObjectID(String objectID) setPosition(Integer position) toString()
-
Constructor Details
-
PromoteObjectID
public PromoteObjectID()
-
-
Method Details
-
setObjectID
-
getObjectID
Unique identifier of the record to promote. -
setPosition
-
getPosition
The position to promote the records to. If you pass objectIDs, the records are placed at this position as a group. For example, if you pronmote four objectIDs to position 0, the records take the first four positions. -
equals
-
hashCode
public int hashCode() -
toString
-