public static enum Business.EnumReportType extends Enum<Business.EnumReportType>
| Enum Constant and Description |
|---|
NULL |
VALUE_FRUIT_ROLLUP_REPORT |
VALUE_MULTI_CHANNEL_REPORT |
VALUE_PARTNER_LIFT_STUDY_REPORT |
VALUE_THIRD_PARTY_MTA_REPORT |
VALUE_VIDEO_METRICS_REPORT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Business.EnumReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Business.EnumReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Business.EnumReportType VALUE_MULTI_CHANNEL_REPORT
public static final Business.EnumReportType VALUE_VIDEO_METRICS_REPORT
public static final Business.EnumReportType VALUE_FRUIT_ROLLUP_REPORT
public static final Business.EnumReportType VALUE_THIRD_PARTY_MTA_REPORT
public static final Business.EnumReportType VALUE_PARTNER_LIFT_STUDY_REPORT
public static final Business.EnumReportType NULL
public static Business.EnumReportType[] values()
for (Business.EnumReportType c : Business.EnumReportType.values()) System.out.println(c);
public static Business.EnumReportType 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 toString()
toString in class Enum<Business.EnumReportType>Copyright © 2017. All rights reserved.