public static enum IndexOperationRequest.Operation extends Enum<IndexOperationRequest.Operation>
| Enum Constant and Description |
|---|
Create |
Delete |
Index |
Update |
Upsert |
| Modifier and Type | Method and Description |
|---|---|
static IndexOperationRequest.Operation |
forValue(String value) |
String |
getValue() |
static IndexOperationRequest.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexOperationRequest.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexOperationRequest.Operation Create
public static final IndexOperationRequest.Operation Delete
public static final IndexOperationRequest.Operation Index
public static final IndexOperationRequest.Operation Update
public static final IndexOperationRequest.Operation Upsert
private final String value
public static IndexOperationRequest.Operation[] values()
for (IndexOperationRequest.Operation c : IndexOperationRequest.Operation.values()) System.out.println(c);
public static IndexOperationRequest.Operation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public static IndexOperationRequest.Operation forValue(String value)
Copyright © 2023 Apache NiFi Project. All rights reserved.