public static enum SplunkStormRest.SplunkStormRestFormat extends java.lang.Enum<SplunkStormRest.SplunkStormRestFormat>
| Enum Constant and Description |
|---|
JSON_NEW_LINE_TIMESTAMP |
JSON_NEW_LINE_TIMESTAMP_META |
| Modifier and Type | Method and Description |
|---|---|
static SplunkStormRest.SplunkStormRestFormat |
fromStr(java.lang.String str) |
static SplunkStormRest.SplunkStormRestFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SplunkStormRest.SplunkStormRestFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SplunkStormRest.SplunkStormRestFormat JSON_NEW_LINE_TIMESTAMP_META
public static final SplunkStormRest.SplunkStormRestFormat JSON_NEW_LINE_TIMESTAMP
public static SplunkStormRest.SplunkStormRestFormat[] values()
for (SplunkStormRest.SplunkStormRestFormat c : SplunkStormRest.SplunkStormRestFormat.values()) System.out.println(c);
public static SplunkStormRest.SplunkStormRestFormat 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 SplunkStormRest.SplunkStormRestFormat fromStr(java.lang.String str)
Copyright © 2018. All Rights Reserved.