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

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

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

Fields in com.google.api.ads.adwords.v201109.mcm declared as AlertSeverity
static AlertSeverity AlertSeverity.GREEN
           
static AlertSeverity AlertSeverity.RED
           
static AlertSeverity AlertSeverity.UNKNOWN
           
static AlertSeverity AlertSeverity.YELLOW
           
 

Methods in com.google.api.ads.adwords.v201109.mcm that return AlertSeverity
static AlertSeverity AlertSeverity.fromString(String value)
           
static AlertSeverity AlertSeverity.fromValue(String value)
           
 AlertSeverity Alert.getAlertSeverity()
          Gets the alertSeverity value for this Alert.
 AlertSeverity[] AlertQuery.getSeverities()
          Gets the severities value for this AlertQuery.
 AlertSeverity AlertQuery.getSeverities(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.mcm with parameters of type AlertSeverity
 void Alert.setAlertSeverity(AlertSeverity alertSeverity)
          Sets the alertSeverity value for this Alert.
 void AlertQuery.setSeverities(AlertSeverity[] severities)
          Sets the severities value for this AlertQuery.
 void AlertQuery.setSeverities(int i, AlertSeverity _value)
           
 

Constructors in com.google.api.ads.adwords.v201109.mcm with parameters of type AlertSeverity
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.