com.google.api.ads.adwords.v201109.cm
Interface UserListServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
UserListServiceSoapBindingStub

public interface UserListServiceInterface
extends Remote


Method Summary
 UserListPage get(Selector serviceSelector)
          Returns the list of user lists that meet the selector criteria.
 UserListReturnValue mutate(UserListOperation[] operations)
          Adds and updates user lists.
 

Method Detail

get

UserListPage get(Selector serviceSelector)
                 throws RemoteException,
                        ApiException
Returns the list of user lists that meet the selector criteria.

Parameters:
serviceSelector - the selector specifying the UserLists to return.
Returns:
a list of UserList entities which meet the selector criteria.
Throws:
ApiException - if problems occurred while fetching UserList information.
RemoteException

mutate

UserListReturnValue mutate(UserListOperation[] operations)
                           throws RemoteException,
                                  ApiException
Adds and updates user lists.

Note: UserListOperation does not support the REMOVE operator. To disable a user list, set its UserListMembershipStatus to CLOSED.

Parameters:
operations - the operations to apply.
Returns:
the mutated UserList entities.
Throws:
RemoteException
ApiException


Copyright © 2011. All Rights Reserved.