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