public interface ContentBundleServiceInterface
ContentBundle objects.
A ContentBundle is a grouping of Content that match filter rules as well as
taking into account explicitly included or excluded Content.
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 |
|---|---|
List<ContentBundle> |
createContentBundles(List<ContentBundle> contentBundles)
Creates new
ContentBundle objects. |
ContentBundlePage |
getContentBundlesByStatement(Statement filterStatement)
|
UpdateResult |
performContentBundleAction(ContentBundleAction contentBundleAction,
Statement filterStatement)
Performs actions on
ContentBundle objects that match the given
Statement.query. |
List<ContentBundle> |
updateContentBundles(List<ContentBundle> contentBundles)
Updates the specified
ContentBundle objects. |
@RequestWrapper(localName="createContentBundles", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContentBundleServiceInterfacecreateContentBundles") @ResponseWrapper(localName="createContentBundlesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContentBundleServiceInterfacecreateContentBundlesResponse") List<ContentBundle> createContentBundles(List<ContentBundle> contentBundles) throws ApiException_Exception
ContentBundle objects.contentBundles - the content bundles to createcontentBundles - ApiException_Exception@RequestWrapper(localName="getContentBundlesByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContentBundleServiceInterfacegetContentBundlesByStatement") @ResponseWrapper(localName="getContentBundlesByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContentBundleServiceInterfacegetContentBundlesByStatementResponse") ContentBundlePage getContentBundlesByStatement(Statement filterStatement) throws ApiException_Exception
ContentBundlePage of ContentBundle objects that satisfy the
given Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ContentBundle.id |
name |
ContentBundle.name |
status |
ContentBundle.status |
filterStatement - a Publisher Query Language statement used to filter
a set of content bundlesfilterStatement - ApiException_Exception@RequestWrapper(localName="performContentBundleAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContentBundleServiceInterfaceperformContentBundleAction") @ResponseWrapper(localName="performContentBundleActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContentBundleServiceInterfaceperformContentBundleActionResponse") UpdateResult performContentBundleAction(ContentBundleAction contentBundleAction, Statement filterStatement) throws ApiException_Exception
ContentBundle objects that match the given
Statement.query.contentBundleAction - the action to performfilterStatement - a Publisher Query Language statement used to filter
a set of content bundlesfilterStatement - contentBundleAction - ApiException_Exception@RequestWrapper(localName="updateContentBundles", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContentBundleServiceInterfaceupdateContentBundles") @ResponseWrapper(localName="updateContentBundlesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContentBundleServiceInterfaceupdateContentBundlesResponse") List<ContentBundle> updateContentBundles(List<ContentBundle> contentBundles) throws ApiException_Exception
ContentBundle objects.contentBundles - the content bundles to updatecontentBundles - ApiException_ExceptionCopyright © 2018. All Rights Reserved.