public interface FeedItemServiceInterface
| Modifier and Type | Method and Description |
|---|---|
FeedItemPage |
get(Selector selector)
Returns a list of FeedItems that meet the selector criteria.
|
FeedItemReturnValue |
mutate(List<FeedItemOperation> operations)
Add, remove, and set FeedItems.
|
FeedItemPage |
query(String query)
Returns the list of FeedItems 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.FeedItemServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedItemServiceInterfacegetResponse") FeedItemPage get(Selector selector) throws ApiException_Exception
selector - Determines which FeedItems to return. If empty all
FeedItems 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.FeedItemServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedItemServiceInterfacemutateResponse") FeedItemReturnValue mutate(List<FeedItemOperation> operations) throws ApiException_Exception
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.FeedItemServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedItemServiceInterfacequeryResponse") FeedItemPage 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.