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

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

There is a newer version: 5.8.0
Show newest version
/**
 * CreativeServiceInterface.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 CreativeServiceInterface extends java.rmi.Remote {

    /**
     * Creates new {@link Creative} objects.
     *         
     *         
     * @param creatives the creatives to create
     *         
     * @return the created creatives with their IDs filled in
     */
    public com.google.api.ads.dfp.axis.v201605.Creative[] createCreatives(com.google.api.ads.dfp.axis.v201605.Creative[] creatives) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;

    /**
     * Gets a {@link CreativePage} of {@link Creative} objects that
     * satisfy the
     *         given {@link Statement#query}. The following fields are supported
     * for
     *         filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL Property Object Property
{@code id}{@link Creative#id}
{@code name}{@link Creative#name}
{@code advertiserId}{@link Creative#advertiserId}
{@code width}{@link Creative#size}
{@code height}{@link Creative#size}
{@code lastModifiedDateTime}{@link Creative#lastModifiedDateTime}
* * * @param filterStatement a Publisher Query Language statement used to * filter * a set of creatives * * @return the creatives that match the given filter */ public com.google.api.ads.dfp.axis.v201605.CreativePage getCreativesByStatement(com.google.api.ads.dfp.axis.v201605.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; /** * Updates the specified {@link Creative} objects. * * * @param creatives the creatives to update * * @return the updated creatives */ public com.google.api.ads.dfp.axis.v201605.Creative[] updateCreatives(com.google.api.ads.dfp.axis.v201605.Creative[] creatives) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy