public static enum JobEventsArgs.OutputMode extends Enum<JobEventsArgs.OutputMode>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static JobEventsArgs.OutputMode |
valueOf(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.
|
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
public static JobEventsArgs.OutputMode[] values()
for (JobEventsArgs.OutputMode c : JobEventsArgs.OutputMode.values()) System.out.println(c);
public static JobEventsArgs.OutputMode 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 toString()
toString
in class Enum<JobEventsArgs.OutputMode>
Copyright © 2022 Splunk, Inc.. All rights reserved.