Class CopyToRequest
- java.lang.Object
-
- com.algolia.search.models.indexing.CopyToRequest
-
- All Implemented Interfaces:
Serializable
public class CopyToRequest extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CopyToRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestination()StringgetOperation()List<String>getScope()CopyToRequestsetDestination(String destination)CopyToRequestsetOperation(String operation)CopyToRequestsetScope(List<String> scope)
-
-
-
Method Detail
-
getOperation
public String getOperation()
-
setOperation
public CopyToRequest setOperation(String operation)
-
setScope
public CopyToRequest setScope(List<String> scope)
-
getDestination
public String getDestination()
-
setDestination
public CopyToRequest setDestination(String destination)
-
-