public static enum JobResultsArgs.OutputMode extends Enum<JobResultsArgs.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 JobResultsArgs.OutputMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobResultsArgs.OutputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobResultsArgs.OutputMode ATOM
public static final JobResultsArgs.OutputMode CSV
public static final JobResultsArgs.OutputMode JSON
public static final JobResultsArgs.OutputMode JSON_COLS
public static final JobResultsArgs.OutputMode JSON_ROWS
public static final JobResultsArgs.OutputMode RAW
public static final JobResultsArgs.OutputMode XML
public static JobResultsArgs.OutputMode[] values()
for (JobResultsArgs.OutputMode c : JobResultsArgs.OutputMode.values()) System.out.println(c);
public static JobResultsArgs.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<JobResultsArgs.OutputMode>
Copyright © 2022 Splunk, Inc.. All rights reserved.