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

com.google.api.ads.dfp.jaxws.v201508.CreativeServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version

package com.google.api.ads.dfp.jaxws.v201508;

import java.util.List;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;


/**
 * 
 *       Provides methods for adding, updating and retrieving {@link Creative}
 *       objects.
 *       
 *       

For a creative to run, it must be associated with a {@link LineItem} * managed by the {@link LineItemCreativeAssociationService}. * * * This class was generated by the JAX-WS RI. * JAX-WS RI 2.2.9-b130926.1035 * Generated source version: 2.1 * */ @WebService(name = "CreativeServiceInterface", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") @XmlSeeAlso({ ObjectFactory.class }) public interface CreativeServiceInterface { /** * * Creates new {@link Creative} objects. * * @param creatives the creatives to create * @return the created creatives with their IDs filled in * * * @param creatives * @return * returns java.util.List * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") @RequestWrapper(localName = "createCreatives", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.CreativeServiceInterfacecreateCreatives") @ResponseWrapper(localName = "createCreativesResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.CreativeServiceInterfacecreateCreativesResponse") public List createCreatives( @WebParam(name = "creatives", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") List creatives) throws ApiException_Exception ; /** * * 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 * * * @param filterStatement * @return * returns com.google.api.ads.dfp.jaxws.v201508.CreativePage * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") @RequestWrapper(localName = "getCreativesByStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.CreativeServiceInterfacegetCreativesByStatement") @ResponseWrapper(localName = "getCreativesByStatementResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.CreativeServiceInterfacegetCreativesByStatementResponse") public CreativePage getCreativesByStatement( @WebParam(name = "filterStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") Statement filterStatement) throws ApiException_Exception ; /** * * Updates the specified {@link Creative} objects. * * @param creatives the creatives to update * @return the updated creatives * * * @param creatives * @return * returns java.util.List * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") @RequestWrapper(localName = "updateCreatives", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.CreativeServiceInterfaceupdateCreatives") @ResponseWrapper(localName = "updateCreativesResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.CreativeServiceInterfaceupdateCreativesResponse") public List updateCreatives( @WebParam(name = "creatives", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") List creatives) throws ApiException_Exception ; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy