public static enum AdReportSpec.EnumFormat extends Enum<AdReportSpec.EnumFormat>
Enum Constant and Description |
---|
NULL |
VALUE_CSV |
VALUE_JSON |
VALUE_XLS |
VALUE_XLSX |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AdReportSpec.EnumFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdReportSpec.EnumFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdReportSpec.EnumFormat VALUE_JSON
public static final AdReportSpec.EnumFormat VALUE_CSV
public static final AdReportSpec.EnumFormat VALUE_XLS
public static final AdReportSpec.EnumFormat VALUE_XLSX
public static final AdReportSpec.EnumFormat NULL
public static AdReportSpec.EnumFormat[] values()
for (AdReportSpec.EnumFormat c : AdReportSpec.EnumFormat.values()) System.out.println(c);
public static AdReportSpec.EnumFormat 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<AdReportSpec.EnumFormat>
Copyright © 2018. All rights reserved.