| Modifier and Type | Field and Description |
|---|---|
private IndexOperationRequest.Operation |
IndexOperationRequest.operation |
| Modifier and Type | Method and Description |
|---|---|
static IndexOperationRequest.Operation |
IndexOperationRequest.Operation.forValue(String value) |
IndexOperationRequest.Operation |
IndexOperationRequest.getOperation() |
static IndexOperationRequest.Operation |
IndexOperationRequest.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexOperationRequest.Operation[] |
IndexOperationRequest.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IndexOperationRequest(String index,
String type,
String id,
Map<String,Object> fields,
IndexOperationRequest.Operation operation,
Map<String,Object> script,
boolean scriptedUpsert,
Map<String,Object> dynamicTemplates,
Map<String,String> headerFields) |
Copyright © 2023 Apache NiFi Project. All rights reserved.