Uses of Class
com.google.api.ads.adwords.v201109.mcm.AlertType

Packages that use AlertType
com.google.api.ads.adwords.v201109.mcm   
 

Uses of AlertType in com.google.api.ads.adwords.v201109.mcm
 

Fields in com.google.api.ads.adwords.v201109.mcm declared as AlertType
static AlertType AlertType.ACCOUNT_BUDGET_BURN_RATE
           
static AlertType AlertType.ACCOUNT_BUDGET_ENDING
           
static AlertType AlertType.ACCOUNT_ON_TARGET
           
static AlertType AlertType.CAMPAIGN_ENDED
           
static AlertType AlertType.CAMPAIGN_ENDING
           
static AlertType AlertType.CREDIT_CARD_EXPIRING
           
static AlertType AlertType.DECLINED_PAYMENT
           
static AlertType AlertType.MANAGER_LINK_PENDING
           
static AlertType AlertType.MISSING_BANK_REFERENCE_NUMBER
           
static AlertType AlertType.PAYMENT_NOT_ENTERED
           
static AlertType AlertType.TV_ACCOUNT_BUDGET_ENDING
           
static AlertType AlertType.TV_ACCOUNT_ON_TARGET
           
static AlertType AlertType.TV_ZERO_DAILY_SPENDING_LIMIT
           
static AlertType AlertType.UNKNOWN
           
static AlertType AlertType.USER_INVITE_ACCEPTED
           
static AlertType AlertType.USER_INVITE_PENDING
           
static AlertType AlertType.ZERO_DAILY_SPENDING_LIMIT
           
 

Methods in com.google.api.ads.adwords.v201109.mcm that return AlertType
static AlertType AlertType.fromString(String value)
           
static AlertType AlertType.fromValue(String value)
           
 AlertType Alert.getAlertType()
          Gets the alertType value for this Alert.
 AlertType[] AlertQuery.getTypes()
          Gets the types value for this AlertQuery.
 AlertType AlertQuery.getTypes(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.mcm with parameters of type AlertType
 void Alert.setAlertType(AlertType alertType)
          Sets the alertType value for this Alert.
 void AlertQuery.setTypes(AlertType[] types)
          Sets the types value for this AlertQuery.
 void AlertQuery.setTypes(int i, AlertType _value)
           
 

Constructors in com.google.api.ads.adwords.v201109.mcm with parameters of type AlertType
Alert(AlertSeverity alertSeverity, AlertType alertType, Long clientCustomerId, Detail[] details)
           
AlertQuery(ClientSpec clientSpec, FilterSpec filterSpec, AlertType[] types, AlertSeverity[] severities, TriggerTimeSpec triggerTimeSpec, String triggerTime, long[] clientCustomerIds)
           
 



Copyright © 2011. All Rights Reserved.