|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ReportDefinitionReportType>
com.google.api.ads.adwords.lib.jaxb.v201206.ReportDefinitionReportType
public enum ReportDefinitionReportType
Java class for ReportDefinition.ReportType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ReportDefinition.ReportType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="KEYWORDS_PERFORMANCE_REPORT"/>
<enumeration value="AD_PERFORMANCE_REPORT"/>
<enumeration value="URL_PERFORMANCE_REPORT"/>
<enumeration value="ADGROUP_PERFORMANCE_REPORT"/>
<enumeration value="CAMPAIGN_PERFORMANCE_REPORT"/>
<enumeration value="ACCOUNT_PERFORMANCE_REPORT"/>
<enumeration value="GEO_PERFORMANCE_REPORT"/>
<enumeration value="SEARCH_QUERY_PERFORMANCE_REPORT"/>
<enumeration value="MANAGED_PLACEMENTS_PERFORMANCE_REPORT"/>
<enumeration value="AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT"/>
<enumeration value="CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT"/>
<enumeration value="CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT"/>
<enumeration value="AD_EXTENSIONS_PERFORMANCE_REPORT"/>
<enumeration value="DESTINATION_URL_REPORT"/>
<enumeration value="CREATIVE_CONVERSION_REPORT"/>
<enumeration value="CALL_METRICS_CALL_DETAILS_REPORT"/>
<enumeration value="ACCOUNT_REACH_FREQUENCY_REPORT"/>
<enumeration value="CAMPAIGN_REACH_FREQUENCY_REPORT"/>
<enumeration value="ADGROUP_REACH_FREQUENCY_REPORT"/>
<enumeration value="CRITERIA_PERFORMANCE_REPORT"/>
<enumeration value="CLICK_PERFORMANCE_REPORT"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static ReportDefinitionReportType |
fromValue(String v)
|
String |
value()
|
static ReportDefinitionReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReportDefinitionReportType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ReportDefinitionReportType KEYWORDS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType AD_PERFORMANCE_REPORT
public static final ReportDefinitionReportType URL_PERFORMANCE_REPORT
public static final ReportDefinitionReportType ADGROUP_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CAMPAIGN_PERFORMANCE_REPORT
public static final ReportDefinitionReportType ACCOUNT_PERFORMANCE_REPORT
public static final ReportDefinitionReportType GEO_PERFORMANCE_REPORT
public static final ReportDefinitionReportType SEARCH_QUERY_PERFORMANCE_REPORT
public static final ReportDefinitionReportType MANAGED_PLACEMENTS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType AD_EXTENSIONS_PERFORMANCE_REPORT
public static final ReportDefinitionReportType DESTINATION_URL_REPORT
public static final ReportDefinitionReportType CREATIVE_CONVERSION_REPORT
public static final ReportDefinitionReportType CALL_METRICS_CALL_DETAILS_REPORT
public static final ReportDefinitionReportType ACCOUNT_REACH_FREQUENCY_REPORT
public static final ReportDefinitionReportType CAMPAIGN_REACH_FREQUENCY_REPORT
public static final ReportDefinitionReportType ADGROUP_REACH_FREQUENCY_REPORT
public static final ReportDefinitionReportType CRITERIA_PERFORMANCE_REPORT
public static final ReportDefinitionReportType CLICK_PERFORMANCE_REPORT
public static final ReportDefinitionReportType UNKNOWN
| Method Detail |
|---|
public static ReportDefinitionReportType[] values()
for (ReportDefinitionReportType c : ReportDefinitionReportType.values()) System.out.println(c);
public static ReportDefinitionReportType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static ReportDefinitionReportType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||