com.google.api.ads.adwords.lib.jaxb.v201206
Enum ReportDefinitionReportType

java.lang.Object
  extended by java.lang.Enum<ReportDefinitionReportType>
      extended by com.google.api.ads.adwords.lib.jaxb.v201206.ReportDefinitionReportType
All Implemented Interfaces:
Serializable, Comparable<ReportDefinitionReportType>

public enum ReportDefinitionReportType
extends 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>
 


Enum Constant Summary
ACCOUNT_PERFORMANCE_REPORT
           
ACCOUNT_REACH_FREQUENCY_REPORT
           
AD_EXTENSIONS_PERFORMANCE_REPORT
           
AD_PERFORMANCE_REPORT
           
ADGROUP_PERFORMANCE_REPORT
           
ADGROUP_REACH_FREQUENCY_REPORT
           
AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT
           
CALL_METRICS_CALL_DETAILS_REPORT
           
CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT
           
CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT
           
CAMPAIGN_PERFORMANCE_REPORT
           
CAMPAIGN_REACH_FREQUENCY_REPORT
           
CLICK_PERFORMANCE_REPORT
           
CREATIVE_CONVERSION_REPORT
           
CRITERIA_PERFORMANCE_REPORT
           
DESTINATION_URL_REPORT
           
GEO_PERFORMANCE_REPORT
           
KEYWORDS_PERFORMANCE_REPORT
           
MANAGED_PLACEMENTS_PERFORMANCE_REPORT
           
SEARCH_QUERY_PERFORMANCE_REPORT
           
UNKNOWN
           
URL_PERFORMANCE_REPORT
           
 
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

KEYWORDS_PERFORMANCE_REPORT

public static final ReportDefinitionReportType KEYWORDS_PERFORMANCE_REPORT

AD_PERFORMANCE_REPORT

public static final ReportDefinitionReportType AD_PERFORMANCE_REPORT

URL_PERFORMANCE_REPORT

public static final ReportDefinitionReportType URL_PERFORMANCE_REPORT

ADGROUP_PERFORMANCE_REPORT

public static final ReportDefinitionReportType ADGROUP_PERFORMANCE_REPORT

CAMPAIGN_PERFORMANCE_REPORT

public static final ReportDefinitionReportType CAMPAIGN_PERFORMANCE_REPORT

ACCOUNT_PERFORMANCE_REPORT

public static final ReportDefinitionReportType ACCOUNT_PERFORMANCE_REPORT

GEO_PERFORMANCE_REPORT

public static final ReportDefinitionReportType GEO_PERFORMANCE_REPORT

SEARCH_QUERY_PERFORMANCE_REPORT

public static final ReportDefinitionReportType SEARCH_QUERY_PERFORMANCE_REPORT

MANAGED_PLACEMENTS_PERFORMANCE_REPORT

public static final ReportDefinitionReportType MANAGED_PLACEMENTS_PERFORMANCE_REPORT

AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT

public static final ReportDefinitionReportType AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT

CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT

public static final ReportDefinitionReportType CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT

CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT

public static final ReportDefinitionReportType CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT

AD_EXTENSIONS_PERFORMANCE_REPORT

public static final ReportDefinitionReportType AD_EXTENSIONS_PERFORMANCE_REPORT

DESTINATION_URL_REPORT

public static final ReportDefinitionReportType DESTINATION_URL_REPORT

CREATIVE_CONVERSION_REPORT

public static final ReportDefinitionReportType CREATIVE_CONVERSION_REPORT

CALL_METRICS_CALL_DETAILS_REPORT

public static final ReportDefinitionReportType CALL_METRICS_CALL_DETAILS_REPORT

ACCOUNT_REACH_FREQUENCY_REPORT

public static final ReportDefinitionReportType ACCOUNT_REACH_FREQUENCY_REPORT

CAMPAIGN_REACH_FREQUENCY_REPORT

public static final ReportDefinitionReportType CAMPAIGN_REACH_FREQUENCY_REPORT

ADGROUP_REACH_FREQUENCY_REPORT

public static final ReportDefinitionReportType ADGROUP_REACH_FREQUENCY_REPORT

CRITERIA_PERFORMANCE_REPORT

public static final ReportDefinitionReportType CRITERIA_PERFORMANCE_REPORT

CLICK_PERFORMANCE_REPORT

public static final ReportDefinitionReportType CLICK_PERFORMANCE_REPORT

UNKNOWN

public static final ReportDefinitionReportType UNKNOWN
Method Detail

values

public static ReportDefinitionReportType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ReportDefinitionReportType c : ReportDefinitionReportType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ReportDefinitionReportType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static ReportDefinitionReportType fromValue(String v)


Copyright © 2012. All Rights Reserved.