All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.axis.v201511.ContentBundleServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * ContentBundleServiceInterface.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
 */

package com.google.api.ads.dfp.axis.v201511;

public interface ContentBundleServiceInterface extends java.rmi.Remote {

    /**
     * Creates new {@link ContentBundle} objects.
     *         
     *         
     * @param contentBundles the content bundles to create
     *         
     * @return the created content bundles with their IDs filled in
     */
    public com.google.api.ads.dfp.axis.v201511.ContentBundle[] createContentBundles(com.google.api.ads.dfp.axis.v201511.ContentBundle[] contentBundles) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException;

    /**
     * Gets a {@link ContentBundlePage} of {@link ContentBundle} objects
     * that satisfy the
     *         given {@link Statement#query}. The following fields are supported
     * for filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL Property Object Property
{@code id}{@link ContentBundle#id}
{@code name}{@link ContentBundle#name}
{@code status}{@link ContentBundle#status}
* * * @param filterStatement a Publisher Query Language statement used to * filter * a set of content bundles * * @return the content bundles that match the given filter */ public com.google.api.ads.dfp.axis.v201511.ContentBundlePage getContentBundlesByStatement(com.google.api.ads.dfp.axis.v201511.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException; /** * Performs actions on {@link ContentBundle} objects that match * the given * {@link Statement#query}. * * * @param contentBundleAction the action to perform * * @param filterStatement a Publisher Query Language statement used to * filter * a set of content bundles * * @return the result of the action performed */ public com.google.api.ads.dfp.axis.v201511.UpdateResult performContentBundleAction(com.google.api.ads.dfp.axis.v201511.ContentBundleAction contentBundleAction, com.google.api.ads.dfp.axis.v201511.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException; /** * Updates the specified {@link ContentBundle} objects. * * * @param contentBundles the content bundles to update * * @return the updated content bundles */ public com.google.api.ads.dfp.axis.v201511.ContentBundle[] updateContentBundles(com.google.api.ads.dfp.axis.v201511.ContentBundle[] contentBundles) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy