com.google.api.ads.dfp.axis.v201602.LineItemServiceInterface 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.
/**
* 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.v201602;
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.v201602.LineItem[] createLineItems(com.google.api.ads.dfp.axis.v201602.LineItem[] lineItems) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Gets a {@link LineItemPage} of {@link LineItem} objects that
* satisfy the
* given {@link Statement#query}. The following fields are supported
* for
* filtering:
*
* PQL property Entity 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.v201602.LineItemPage getLineItemsByStatement(com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.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.v201602.UpdateResult performLineItemAction(com.google.api.ads.dfp.axis.v201602.LineItemAction lineItemAction, com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.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.v201602.LineItem[] updateLineItems(com.google.api.ads.dfp.axis.v201602.LineItem[] lineItems) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy