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

com.google.api.ads.dfp.axis.v201605.OrderServiceInterface Maven / Gradle / Ivy

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

public interface OrderServiceInterface extends java.rmi.Remote {

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

    /**
     * Gets an {@link OrderPage} of {@link Order} objects that satisfy
     * the given
     *         {@link Statement#query}. The following fields are supported
     * for filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL Property Object Property
{@code advertiserId}{@link Order#advertiserId}
{@code endDateTime}{@link Order#endDateTime}
{@code id}{@link Order#id}
{@code name}{@link Order#name}
{@code salespersonId}{@link Order#salespersonId}
{@code startDateTime}{@link Order#startDateTime}
{@code status}{@link Order#status}
{@code traffickerId}{@link Order#traffickerId}
{@code lastModifiedDateTime}{@link Order#lastModifiedDateTime}
* * * @param filterStatement a Publisher Query Language statement used to * filter * a set of orders * * @return the orders that match the given filter */ public com.google.api.ads.dfp.axis.v201605.OrderPage getOrdersByStatement(com.google.api.ads.dfp.axis.v201605.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; /** * Performs actions on {@link Order} objects that match the given * {@link Statement#query}. * * * @param orderAction the action to perform * * @param filterStatement a Publisher Query Language statement used to * filter * a set of orders * * @return the result of the action performed */ public com.google.api.ads.dfp.axis.v201605.UpdateResult performOrderAction(com.google.api.ads.dfp.axis.v201605.OrderAction orderAction, com.google.api.ads.dfp.axis.v201605.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; /** * Updates the specified {@link Order} objects. * * * @param orders the orders to update * * @return the updated orders */ public com.google.api.ads.dfp.axis.v201605.Order[] updateOrders(com.google.api.ads.dfp.axis.v201605.Order[] orders) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy