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

com.google.api.ads.dfp.axis.v201602.ContentServiceInterface Maven / Gradle / Ivy

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

public interface ContentServiceInterface extends java.rmi.Remote {

    /**
     * Gets a {@link ContentPage} of {@link Content} objects that
     * satisfy the
     *         given {@link Statement#query}. The following fields are supported
     * for
     *         filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL Property Object Property
{@code id}{@link Content#id}
{@code status}{@link Content#status}
{@code name}{@link Content#name}
{@code lastModifiedDateTime}{@link Content#lastModifiedDateTime}
* * * @params filterStatement a Publisher Query Language statement used * to * filter a set of content * * @return the content that matches the given filter */ public com.google.api.ads.dfp.axis.v201602.ContentPage getContentByStatement(com.google.api.ads.dfp.axis.v201602.Statement statement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; /** * Gets a {@link ContentPage} of {@link Content} objects that * satisfy the * given {@link Statement#query}. Additionally, filters on the * given value ID * and key ID that the value belongs to. * * The following fields are supported for filtering: * * * * * * * * * * * * * * * * * * * * *
PQL Property Object Property
{@code id}{@link Content#id}
{@code status}{@link Content#status}
{@code name}{@link Content#name}
{@code lastModifiedDateTime}{@link Content#lastModifiedDateTime>}
* * * @params filterStatement a Publisher Query Language statement used * to * filter a set of content * * @param customTargetingValueId the id of the value to match * * @return the content that matches the given filter */ public com.google.api.ads.dfp.axis.v201602.ContentPage getContentByStatementAndCustomTargetingValue(com.google.api.ads.dfp.axis.v201602.Statement filterStatement, java.lang.Long customTargetingValueId) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy