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

com.google.api.ads.dfp.axis.v201605.CreativeSetServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * CreativeSetServiceInterface.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.v201605;

public interface CreativeSetServiceInterface extends java.rmi.Remote {

    /**
     * Creates a new {@link CreativeSet}.
     *         
     *         
     * @param creativeSet the creative set to create
     *         
     * @return the creative set with its ID filled in
     */
    public com.google.api.ads.dfp.axis.v201605.CreativeSet createCreativeSet(com.google.api.ads.dfp.axis.v201605.CreativeSet creativeSet) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;

    /**
     * Gets a {@link CreativeSetPage} of {@link CreativeSet} objects
     * that satisfy the
     *         given {@link Statement#query}. The following fields are supported
     * for
     *         filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL Property Object Property
{@code id}{@link CreativeSet#id}
{@code name}{@link CreativeSet#name}
{@code masterCreativeId}{@link CreativeSet#masterCreativeId}
{@code lastModifiedDateTime}{@link CreativeSet#lastModifiedDateTime}
* * * @param filterStatement a Publisher Query Language statement used to * filter * a set of creative sets * * @return the creative sets that match the given filter */ public com.google.api.ads.dfp.axis.v201605.CreativeSetPage getCreativeSetsByStatement(com.google.api.ads.dfp.axis.v201605.Statement statement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; /** * Updates the specified {@link CreativeSet}. * * * @param creativeSet the creative set to update * * @return the updated creative set */ public com.google.api.ads.dfp.axis.v201605.CreativeSet updateCreativeSet(com.google.api.ads.dfp.axis.v201605.CreativeSet creativeSet) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy