public interface DraftServiceInterface
| Modifier and Type | Method and Description |
|---|---|
DraftPage |
get(Selector selector)
Returns a DraftPage that contains a list of Draft objects matching the selector.
|
DraftReturnValue |
mutate(List<DraftOperation> operations)
The mutate action is used for creating new Drafts and controlling the life cycle of Drafts,
such as abandoning or promoting Drafts.
|
DraftPage |
query(String query)
Returns a DraftPage that contains a list of Draft objects matching the query.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DraftServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DraftServiceInterfacegetResponse") DraftPage get(Selector selector) throws ApiException_Exception
selector - {#link - com.google.ads.api.services.common.error.ApiException} if problems occurred
while retrieving the results.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DraftServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DraftServiceInterfacemutateResponse") DraftReturnValue mutate(List<DraftOperation> operations) throws ApiException_Exception
operations - operations list.{#link - com.google.ads.api.services.common.error.ApiException} if problems occurred
while processing 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.DraftServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DraftServiceInterfacequeryResponse") DraftPage query(String query) throws ApiException_Exception
query - {#link - com.google.ads.api.services.common.error.ApiException} if problems occurred
while retrieving the results.ApiException_ExceptionCopyright © 2023. All rights reserved.