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

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

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

Fields in com.google.api.ads.adwords.v201109.cm declared as AccountUserListStatus
static AccountUserListStatus AccountUserListStatus.ACTIVE
           
static AccountUserListStatus AccountUserListStatus.INACTIVE
           
 

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

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

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