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

com.google.api.ads.dfp.jaxws.v201511.CreativeSetServiceInterfacegetCreativeSetsByStatement Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version

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

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 
 *             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 * * *

Java class for getCreativeSetsByStatement element declaration. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <element name="getCreativeSetsByStatement">
 *   <complexType>
 *     <complexContent>
 *       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *         <sequence>
 *           <element name="statement" type="{https://www.google.com/apis/ads/publisher/v201511}Statement" minOccurs="0"/>
 *         </sequence>
 *       </restriction>
 *     </complexContent>
 *   </complexType>
 * </element>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "statement" }) @XmlRootElement(name = "getCreativeSetsByStatement") public class CreativeSetServiceInterfacegetCreativeSetsByStatement { protected Statement statement; /** * Gets the value of the statement property. * * @return * possible object is * {@link Statement } * */ public Statement getStatement() { return statement; } /** * Sets the value of the statement property. * * @param value * allowed object is * {@link Statement } * */ public void setStatement(Statement value) { this.statement = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy