public static enum ReindexRequest.Conflicts extends Enum<ReindexRequest.Conflicts>
| Modifier and Type | Method and Description |
|---|---|
String |
getEsName() |
static ReindexRequest.Conflicts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReindexRequest.Conflicts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReindexRequest.Conflicts PROCEED
public static final ReindexRequest.Conflicts ABORT
public static ReindexRequest.Conflicts[] values()
for (ReindexRequest.Conflicts c : ReindexRequest.Conflicts.values()) System.out.println(c);
public static ReindexRequest.Conflicts 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 getEsName()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.