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