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

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

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

Subclasses of UserList in com.google.api.ads.adwords.v201109.cm
 class ExternalRemarketingUserList
          User lists created in the DoubleClick platform that are mapped from DoubleClick to AdWords.
 class LogicalUserList
          Represents a user list that is a custom combination of user lists and user interests.
 class RemarketingUserList
          User list targeting as a collection of conversion types.
 

Methods in com.google.api.ads.adwords.v201109.cm that return UserList
 UserList[] UserListPage.getEntries()
          Gets the entries value for this UserListPage.
 UserList UserListPage.getEntries(int i)
           
 UserList UserListOperation.getOperand()
          Gets the operand value for this UserListOperation.
 UserList LogicalUserListOperand.getUserList()
          Gets the userList value for this LogicalUserListOperand.
 UserList[] UserListReturnValue.getValue()
          Gets the value value for this UserListReturnValue.
 UserList UserListReturnValue.getValue(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type UserList
 void UserListPage.setEntries(int i, UserList _value)
           
 void UserListPage.setEntries(UserList[] entries)
          Sets the entries value for this UserListPage.
 void UserListOperation.setOperand(UserList operand)
          Sets the operand value for this UserListOperation.
 void LogicalUserListOperand.setUserList(UserList userList)
          Sets the userList value for this LogicalUserListOperand.
 void UserListReturnValue.setValue(int i, UserList _value)
           
 void UserListReturnValue.setValue(UserList[] value)
          Sets the value value for this UserListReturnValue.
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type UserList
LogicalUserListOperand(UserInterest userInterest, UserList userList)
           
UserListOperation(Operator operator, String operationType, UserList operand)
           
UserListPage(Integer totalNumEntries, String pageType, UserList[] entries)
           
UserListReturnValue(String listReturnValueType, UserList[] value)
           
 



Copyright © 2011. All Rights Reserved.