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