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

com.google.api.ads.dfp.axis.v201508.LineItemServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * LineItemServiceInterface.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 LineItemServiceInterface extends java.rmi.Remote {

    /**
     * Creates new {@link LineItem} objects.
     *         
     *         
     * @param lineItems the line items to create
     *         
     * @return the created line items with their IDs filled in
     */
    public com.google.api.ads.dfp.axis.v201508.LineItem[] createLineItems(com.google.api.ads.dfp.axis.v201508.LineItem[] lineItems) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;

    /**
     * Gets a {@link LineItemPage} of {@link LineItem} objects that
     * satisfy the
     *         given {@link Statement#query}. The following fields are supported
     * for
     *         filtering:
     *         
     *         
PQL propertyEntity property
CostType{@link * LineItem#costType}
CreationDateTime{@link * LineItem#creationDateTime}
DeliveryRateType{@link * LineItem#deliveryRateType}
EndDateTime{@link * LineItem#endDateTime}
ExternalId{@link * LineItem#externalId}
Id{@link * LineItem#id}
IsMissingCreatives{@link * LineItem#isMissingCreatives}
IsSetTopBoxEnabled{@link * LineItem#isSetTopBoxEnabled}
LastModifiedDateTime{@link * LineItem#lastModifiedDateTime}
LineItemType{@link * LineItem#lineItemType}
Name{@link * LineItem#name}
OrderId{@link * LineItem#orderId}
StartDateTime{@link * LineItem#startDateTime}
Status{@link * LineItem#status}
Targeting{@link * LineItem#targeting}
UnitsBought{@link * LineItem#unitsBought}
* * @param filterStatement a Publisher Query Language statement used to * filter * a set of line items. * * @return the line items that match the given filter */ public com.google.api.ads.dfp.axis.v201508.LineItemPage getLineItemsByStatement(com.google.api.ads.dfp.axis.v201508.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException; /** * Performs actions on {@link LineItem} objects that match the * given * {@link Statement#query}. * * * @param lineItemAction the action to perform * * @param filterStatement a Publisher Query Language statement used to * filter * a set of line items * * @return the result of the action performed */ public com.google.api.ads.dfp.axis.v201508.UpdateResult performLineItemAction(com.google.api.ads.dfp.axis.v201508.LineItemAction lineItemAction, com.google.api.ads.dfp.axis.v201508.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException; /** * Updates the specified {@link LineItem} objects. * * * @param lineItems the line items to update * * @return the updated line items */ public com.google.api.ads.dfp.axis.v201508.LineItem[] updateLineItems(com.google.api.ads.dfp.axis.v201508.LineItem[] lineItems) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy