public class BatchPartialUpdateObjectOperation<T> extends Object implements BatchOperation
| Constructor and Description |
|---|
BatchPartialUpdateObjectOperation(Index<T> index,
T body) |
BatchPartialUpdateObjectOperation(String indexName,
T body) |
BatchPartialUpdateObjectOperation(T body) |
public BatchPartialUpdateObjectOperation(String indexName, T body)
indexName - body - public BatchPartialUpdateObjectOperation(T body)
body - public String getAction()
getAction in interface BatchOperationpublic T getBody()
public String getIndexName()
getIndexName in interface BatchOperationCopyright © 2016. All rights reserved.