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