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

com.google.api.ads.dfp.axis.v201511.PlacementServiceInterface Maven / Gradle / Ivy

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

public interface PlacementServiceInterface extends java.rmi.Remote {

    /**
     * Creates new {@link Placement} objects.
     *         
     *         
     * @param placements the placements to create
     *         
     * @return the new placements, with their IDs filled in
     */
    public com.google.api.ads.dfp.axis.v201511.Placement[] createPlacements(com.google.api.ads.dfp.axis.v201511.Placement[] placements) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException;

    /**
     * Gets a {@link PlacementPage} of {@link Placement} objects that
     * satisfy the
     *         given {@link Statement#query}. The following fields are supported
     * for
     *         filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL Property Object Property
{@code description}{@link Placement#description}
{@code id}{@link Placement#id}
{@code isAdSenseTargetingEnabled}{@link Placement#isAdSenseTargetingEnabled}
{@code name}{@link Placement#name}
{@code placementCode}{@link Placement#placementCode}
{@code status}{@link Placement#status}
{@code lastModifiedDateTime}{@link Placement#lastModifiedDateTime}
* * * @param filterStatement a Publisher Query Language statement used to * filter * a set of placements * * @return the placements that match the given filter */ public com.google.api.ads.dfp.axis.v201511.PlacementPage getPlacementsByStatement(com.google.api.ads.dfp.axis.v201511.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException; /** * Performs actions on {@link Placement} objects that match the * given * {@link Statement#query}. * * * @param placementAction the action to perform * * @param filterStatement a Publisher Query Language statement used to * filter * a set of placements * * @return the result of the action performed */ public com.google.api.ads.dfp.axis.v201511.UpdateResult performPlacementAction(com.google.api.ads.dfp.axis.v201511.PlacementAction placementAction, com.google.api.ads.dfp.axis.v201511.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException; /** * Updates the specified {@link Placement} objects. * * * @param placements the placements to update * * @return the updated placements */ public com.google.api.ads.dfp.axis.v201511.Placement[] updatePlacements(com.google.api.ads.dfp.axis.v201511.Placement[] placements) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201511.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy