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

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

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

Fields in com.google.api.ads.adwords.v201109.cm declared as AccessReason
static AccessReason AccessReason.LICENSED
           
static AccessReason AccessReason.OWNED
           
static AccessReason AccessReason.SHARED
           
static AccessReason AccessReason.SUBSCRIBED
           
 

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

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

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