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