Uses of Class
com.google.api.ads.adwords.v201109.cm.CriterionType

Packages that use CriterionType
com.google.api.ads.adwords.v201109.cm   
 

Uses of CriterionType in com.google.api.ads.adwords.v201109.cm
 

Fields in com.google.api.ads.adwords.v201109.cm declared as CriterionType
static CriterionType CriterionType.AGE_RANGE
           
static CriterionType CriterionType.CARRIER
           
static CriterionType CriterionType.CONTENT_LABEL
           
static CriterionType CriterionType.GENDER
           
static CriterionType CriterionType.KEYWORD
           
static CriterionType CriterionType.LANGUAGE
           
static CriterionType CriterionType.LOCATION
           
static CriterionType CriterionType.OPERATING_SYSTEM_VERSION
           
static CriterionType CriterionType.PLACEMENT
           
static CriterionType CriterionType.PLATFORM
           
static CriterionType CriterionType.POLYGON
           
static CriterionType CriterionType.PRODUCT
           
static CriterionType CriterionType.PROXIMITY
           
static CriterionType CriterionType.UNKNOWN
           
static CriterionType CriterionType.USER_INTEREST
           
static CriterionType CriterionType.USER_LIST
           
static CriterionType CriterionType.VERTICAL
           
 

Methods in com.google.api.ads.adwords.v201109.cm that return CriterionType
static CriterionType CriterionType.fromString(String value)
           
static CriterionType CriterionType.fromValue(String value)
           
 CriterionType Criterion.getType()
          Gets the type value for this Criterion.
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type CriterionType
 void Criterion.setType(CriterionType type)
          Sets the type value for this Criterion.
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type CriterionType
AgeRange(Long id, CriterionType type, String criterionType, AgeRangeAgeRangeType ageRangeType)
           
Carrier(Long id, CriterionType type, String criterionType, String name, String countryCode)
           
ContentLabel(Long id, CriterionType type, String criterionType, ContentLabelType contentLabelType)
           
Criterion(Long id, CriterionType type, String criterionType)
           
CriterionUserInterest(Long id, CriterionType type, String criterionType, Long userInterestId, String userInterestName)
           
CriterionUserList(Long id, CriterionType type, String criterionType, Long userListId, String userListName, CriterionUserListMembershipStatus userListMembershipStatus)
           
Gender(Long id, CriterionType type, String criterionType, GenderGenderType genderType)
           
Keyword(Long id, CriterionType type, String criterionType, String text, KeywordMatchType matchType)
           
Language(Long id, CriterionType type, String criterionType, String code, String name)
           
Location(Long id, CriterionType type, String criterionType, String locationName, String displayType, Boolean isObsolete, Location[] parentLocations)
           
OperatingSystemVersion(Long id, CriterionType type, String criterionType)
           
Placement(Long id, CriterionType type, String criterionType, String url)
           
Platform(Long id, CriterionType type, String criterionType, String platformName)
           
Polygon(Long id, CriterionType type, String criterionType, GeoPoint[] vertices)
           
Product(Long id, CriterionType type, String criterionType, ProductCondition[] conditions, String text)
           
Proximity(Long id, CriterionType type, String criterionType, GeoPoint geoPoint, ProximityDistanceUnits radiusDistanceUnits, Double radiusInUnits, Address address)
           
Vertical(Long id, CriterionType type, String criterionType, String[] path)
           
 



Copyright © 2011. All Rights Reserved.