Package com.algolia.model.search
Class OperationIndexParams
java.lang.Object
com.algolia.model.search.OperationIndexParams
OperationIndexParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAlgolia index name.Get operationgetScope()**This only applies to the _copy_ operation.** If you omit `scope`, the copy command copies all records, settings, synonyms, and rules.inthashCode()setDestination(String destination) setOperation(OperationType operation) toString()
-
Constructor Details
-
OperationIndexParams
public OperationIndexParams()
-
-
Method Details
-
setOperation
-
getOperation
Get operation- Returns:
- operation
-
setDestination
-
getDestination
Algolia index name.- Returns:
- destination
-
setScope
-
addScope
-
getScope
**This only applies to the _copy_ operation.** If you omit `scope`, the copy command copies all records, settings, synonyms, and rules. If you specify `scope`, only the specified scopes are copied.- Returns:
- scope
-
equals
-
hashCode
public int hashCode() -
toString
-