|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<JobEventsArgs.OutputMode> com.splunk.JobEventsArgs.OutputMode
public static enum JobEventsArgs.OutputMode
Specifies the format for the returned output.
Enum Constant Summary | |
---|---|
ATOM
Returns output in Atom format. |
|
CSV
Returns output in CSV format. |
|
JSON
Returns output in JSON format. |
|
JSON_COLS
Returns output in JSON_COLS format. |
|
JSON_ROWS
Returns output in JSON_ROWS format. |
|
RAW
Returns output in raw format. |
|
XML
Returns output in XML format. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static JobEventsArgs.OutputMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JobEventsArgs.OutputMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final JobEventsArgs.OutputMode ATOM
public static final JobEventsArgs.OutputMode CSV
public static final JobEventsArgs.OutputMode JSON
public static final JobEventsArgs.OutputMode JSON_COLS
public static final JobEventsArgs.OutputMode JSON_ROWS
public static final JobEventsArgs.OutputMode RAW
public static final JobEventsArgs.OutputMode XML
Method Detail |
---|
public static JobEventsArgs.OutputMode[] values()
for (JobEventsArgs.OutputMode c : JobEventsArgs.OutputMode.values()) System.out.println(c);
public static JobEventsArgs.OutputMode 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<JobEventsArgs.OutputMode>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |