public interface CreativeSetServiceInterface
CreativeSet
objects.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
CreativeSet |
createCreativeSet(CreativeSet creativeSet)
Creates a new
CreativeSet. |
CreativeSetPage |
getCreativeSetsByStatement(Statement statement)
|
CreativeSet |
updateCreativeSet(CreativeSet creativeSet)
Updates the specified
CreativeSet. |
@RequestWrapper(localName="createCreativeSet", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CreativeSetServiceInterfacecreateCreativeSet") @ResponseWrapper(localName="createCreativeSetResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CreativeSetServiceInterfacecreateCreativeSetResponse") CreativeSet createCreativeSet(CreativeSet creativeSet) throws ApiException_Exception
CreativeSet.creativeSet - the creative set to createcreativeSet - ApiException_Exception@RequestWrapper(localName="getCreativeSetsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CreativeSetServiceInterfacegetCreativeSetsByStatement") @ResponseWrapper(localName="getCreativeSetsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CreativeSetServiceInterfacegetCreativeSetsByStatementResponse") CreativeSetPage getCreativeSetsByStatement(Statement statement) throws ApiException_Exception
CreativeSetPage of CreativeSet objects that satisfy the
given Statement.query. The following fields are supported for
filtering:
| PQL Property | Object Property |
|---|---|
id |
CreativeSet.id |
name |
CreativeSet.name |
masterCreativeId |
CreativeSet.masterCreativeId |
lastModifiedDateTime |
CreativeSet.lastModifiedDateTime |
statement - a Publisher Query Language statement used to filter
a set of creative setsstatement - ApiException_Exception@RequestWrapper(localName="updateCreativeSet", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CreativeSetServiceInterfaceupdateCreativeSet") @ResponseWrapper(localName="updateCreativeSetResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.CreativeSetServiceInterfaceupdateCreativeSetResponse") CreativeSet updateCreativeSet(CreativeSet creativeSet) throws ApiException_Exception
CreativeSet.creativeSet - the creative set to updatecreativeSet - ApiException_ExceptionCopyright © 2018. All Rights Reserved.