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

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

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

Fields in com.google.api.ads.adwords.v201109.cm declared as SizeRange
static SizeRange SizeRange.FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND
           
static SizeRange SizeRange.FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION
           
static SizeRange SizeRange.FIVE_MILLION_TO_TEN_MILLION
           
static SizeRange SizeRange.LESS_THAN_FIVE_HUNDRED
           
static SizeRange SizeRange.LESS_THAN_ONE_THOUSAND
           
static SizeRange SizeRange.ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND
           
static SizeRange SizeRange.ONE_MILLION_TO_TWO_MILLION
           
static SizeRange SizeRange.ONE_THOUSAND_TO_TEN_THOUSAND
           
static SizeRange SizeRange.OVER_FIFTY_MILLION
           
static SizeRange SizeRange.TEN_MILLION_TO_TWENTY_MILLION
           
static SizeRange SizeRange.TEN_THOUSAND_TO_FIFTY_THOUSAND
           
static SizeRange SizeRange.THIRTY_MILLION_TO_FIFTY_MILLION
           
static SizeRange SizeRange.THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND
           
static SizeRange SizeRange.THREE_MILLION_TO_FIVE_MILLION
           
static SizeRange SizeRange.TWENTY_MILLION_TO_THIRTY_MILLION
           
static SizeRange SizeRange.TWO_MILLION_TO_THREE_MILLION
           
 

Methods in com.google.api.ads.adwords.v201109.cm that return SizeRange
static SizeRange SizeRange.fromString(String value)
           
static SizeRange SizeRange.fromValue(String value)
           
 SizeRange UserList.getSizeRange()
          Gets the sizeRange value for this UserList.
 SizeRange UserInterest.getSizeRange()
          Gets the sizeRange value for this UserInterest.
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type SizeRange
 void UserList.setSizeRange(SizeRange sizeRange)
          Sets the sizeRange value for this UserList.
 void UserInterest.setSizeRange(SizeRange sizeRange)
          Sets the sizeRange value for this UserInterest.
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type SizeRange
ExternalRemarketingUserList(Long id, Boolean isReadOnly, String name, String description, UserListMembershipStatus status, AccessReason accessReason, AccountUserListStatus accountUserListStatus, Long membershipLifeSpan, Long size, SizeRange sizeRange, UserListType type, String userListType)
           
LogicalUserList(Long id, Boolean isReadOnly, String name, String description, UserListMembershipStatus status, AccessReason accessReason, AccountUserListStatus accountUserListStatus, Long membershipLifeSpan, Long size, SizeRange sizeRange, UserListType type, String userListType, UserListLogicalRule[] rules)
           
RemarketingUserList(Long id, Boolean isReadOnly, String name, String description, UserListMembershipStatus status, AccessReason accessReason, AccountUserListStatus accountUserListStatus, Long membershipLifeSpan, Long size, SizeRange sizeRange, UserListType type, String userListType, UserListConversionType[] conversionTypes)
           
UserInterest(Long id, String name, SizeRange sizeRange)
           
UserList(Long id, Boolean isReadOnly, String name, String description, UserListMembershipStatus status, AccessReason accessReason, AccountUserListStatus accountUserListStatus, Long membershipLifeSpan, Long size, SizeRange sizeRange, UserListType type, String userListType)
           
 



Copyright © 2011. All Rights Reserved.