
com.google.api.ads.dfp.axis.v201508.ContentServiceInterface 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.
/**
* 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.v201508;
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.v201508.ContentPage getContentByStatement(com.google.api.ads.dfp.axis.v201508.Statement statement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.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.v201508.ContentPage getContentByStatementAndCustomTargetingValue(com.google.api.ads.dfp.axis.v201508.Statement filterStatement, java.lang.Long customTargetingValueId) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy