public interface AdwordsUserListServiceInterface
| Modifier and Type | Method and Description |
|---|---|
UserListPage |
get(Selector serviceSelector)
Returns the list of user lists that meet the selector criteria.
|
UserListReturnValue |
mutate(List<UserListOperation> operations)
Applies a list of mutate operations (i.e.
|
MutateMembersReturnValue |
mutateMembers(List<MutateMembersOperation> operations)
Mutate members of user lists by either adding or removing their lists of members.
|
UserListPage |
query(String query)
Returns the list of user lists that match the query.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.AdwordsUserListServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.AdwordsUserListServiceInterfacegetResponse") UserListPage get(Selector serviceSelector) throws ApiException
serviceSelector - the selector specifying the UserLists to return.serviceSelector - ApiException - if problems occurred while fetching UserList information.ApiException@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.AdwordsUserListServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.AdwordsUserListServiceInterfacemutateResponse") UserListReturnValue mutate(List<UserListOperation> operations) throws ApiException
operations - the operations to applyoperations - ApiException@RequestWrapper(localName="mutateMembers", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.AdwordsUserListServiceInterfacemutateMembers") @ResponseWrapper(localName="mutateMembersResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.AdwordsUserListServiceInterfacemutateMembersResponse") MutateMembersReturnValue mutateMembers(List<MutateMembersOperation> operations) throws ApiException
Operators are supported: ADD and REMOVE. The SET operator
is not supported.
Note that operations cannot have same user list id but different operators.
operations - the mutate members operations to applyoperations - ApiException - when there are one or more errors with the requestApiException@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.AdwordsUserListServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.AdwordsUserListServiceInterfacequeryResponse") UserListPage query(String query) throws ApiException
query - The SQL-like AWQL query stringquery - ApiException - when the query is invalid or there are errors processing the request.ApiExceptionCopyright © 2023. All rights reserved.