
com.google.api.ads.dfp.axis.v201505.CreativeServiceInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-axis Show documentation
Show all versions of dfp-axis Show documentation
Ad Manager specific Axis components.
/**
* 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.v201505;
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.v201505.Creative[] createCreatives(com.google.api.ads.dfp.axis.v201505.Creative[] creatives) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.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.v201505.CreativePage getCreativesByStatement(com.google.api.ads.dfp.axis.v201505.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException;
/**
* Updates the specified {@link Creative} objects.
*
*
* @param creatives the creatives to update
*
* @return the updated creatives
*/
public com.google.api.ads.dfp.axis.v201505.Creative[] updateCreatives(com.google.api.ads.dfp.axis.v201505.Creative[] creatives) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy