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