Uses of Class
com.google.api.adwords.v10.HouseholdIncomeRange

Packages that use HouseholdIncomeRange
com.google.api.adwords.v10   
 

Uses of HouseholdIncomeRange in com.google.api.adwords.v10
 

Fields in com.google.api.adwords.v10 declared as HouseholdIncomeRange
static HouseholdIncomeRange HouseholdIncomeRange.Range0To14999
           
static HouseholdIncomeRange HouseholdIncomeRange.Range100000PLUS
           
static HouseholdIncomeRange HouseholdIncomeRange.Range15000To24999
           
static HouseholdIncomeRange HouseholdIncomeRange.Range25000To39999
           
static HouseholdIncomeRange HouseholdIncomeRange.Range40000To59999
           
static HouseholdIncomeRange HouseholdIncomeRange.Range60000To74999
           
static HouseholdIncomeRange HouseholdIncomeRange.Range75000To99999
           
 

Methods in com.google.api.adwords.v10 that return HouseholdIncomeRange
static HouseholdIncomeRange HouseholdIncomeRange.fromString(java.lang.String value)
           
static HouseholdIncomeRange HouseholdIncomeRange.fromValue(java.lang.String value)
           
 HouseholdIncomeRange DemographicsTarget.getMaxHouseholdIncomeRange()
          Gets the maxHouseholdIncomeRange value for this DemographicsTarget.
 HouseholdIncomeRange DemographicsTarget.getMinHouseholdIncomeRange()
          Gets the minHouseholdIncomeRange value for this DemographicsTarget.
 

Methods in com.google.api.adwords.v10 with parameters of type HouseholdIncomeRange
 void DemographicsTarget.setMaxHouseholdIncomeRange(HouseholdIncomeRange maxHouseholdIncomeRange)
          Sets the maxHouseholdIncomeRange value for this DemographicsTarget.
 void DemographicsTarget.setMinHouseholdIncomeRange(HouseholdIncomeRange minHouseholdIncomeRange)
          Sets the minHouseholdIncomeRange value for this DemographicsTarget.
 

Constructors in com.google.api.adwords.v10 with parameters of type HouseholdIncomeRange
DemographicsTarget(ChildrenTarget childrenTarget, EthnicityTarget ethnicityTarget, GenderTarget genderTarget, AgeRange maxAgeRange, HouseholdIncomeRange maxHouseholdIncomeRange, AgeRange minAgeRange, HouseholdIncomeRange minHouseholdIncomeRange)
           
 



Copyright © 2005 Google Corp. All Rights Reserved.