public interface FeedMappingServiceInterface
| Modifier and Type | Method and Description |
|---|---|
FeedMappingPage |
get(Selector selector)
Returns a list of FeedMappings that meet the selector criteria.
|
FeedMappingReturnValue |
mutate(List<FeedMappingOperation> operations)
Add and remove FeedMappings.
|
FeedMappingPage |
query(String query)
Returns the list of FeedMappings that match the query.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedMappingServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedMappingServiceInterfacegetResponse") FeedMappingPage get(Selector selector) throws ApiException_Exception
selector - Determines which FeedMappings to return. If empty all
FeedMappings are returned.selector - ApiException - indicates a problem with the request.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedMappingServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedMappingServiceInterfacemutateResponse") FeedMappingReturnValue mutate(List<FeedMappingOperation> operations) throws ApiException_Exception
Operators are supported: ADD, REMOVE.operations - The operations to apply.operations - ApiException - indicates a problem with the request.ApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedMappingServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedMappingServiceInterfacequeryResponse") FeedMappingPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query stringquery - ApiException - when the query is invalid or there are errors processing the request.ApiException_ExceptionCopyright © 2023. All rights reserved.