public static enum ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum extends Enum<ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum.Adapter |
| Enum Constant and Description |
|---|
APPLICATION_XML |
TEXT_CSV |
| Modifier and Type | Method and Description |
|---|---|
static ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum APPLICATION_XML
public static final ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum TEXT_CSV
public static ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum[] values()
for (ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum c : ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum.values()) System.out.println(c);
public static ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum 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 getValue()
public String toString()
toString in class Enum<ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum>public static ReportingV3ReportDefinitionsGet200ResponseReportDefinitions.SupportedFormatsEnum fromValue(String text)
Copyright © 2018. All rights reserved.