public static enum ElasticSearch.ElasticSearchFormat extends java.lang.Enum<ElasticSearch.ElasticSearchFormat>
| Enum Constant and Description |
|---|
BASIC_INTERACTION_META
The current default format, where each payload contains only basic interaction JSON document.
|
FULL_INTERACTION_META
The payload is a full interaction with augmentations.
|
| Modifier and Type | Method and Description |
|---|---|
static ElasticSearch.ElasticSearchFormat |
fromStr(java.lang.String str) |
static ElasticSearch.ElasticSearchFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ElasticSearch.ElasticSearchFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElasticSearch.ElasticSearchFormat BASIC_INTERACTION_META
public static final ElasticSearch.ElasticSearchFormat FULL_INTERACTION_META
public static ElasticSearch.ElasticSearchFormat[] values()
for (ElasticSearch.ElasticSearchFormat c : ElasticSearch.ElasticSearchFormat.values()) System.out.println(c);
public static ElasticSearch.ElasticSearchFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ElasticSearch.ElasticSearchFormat fromStr(java.lang.String str)
Copyright © 2017. All Rights Reserved.