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

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

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

Fields in com.google.api.ads.adwords.v201109.cm declared as UserListType
static UserListType UserListType.EXTERNAL_REMARKETING
           
static UserListType UserListType.LOGICAL
           
static UserListType UserListType.REMARKETING
           
static UserListType UserListType.UNKNOWN
           
 

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

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

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