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

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

There is a newer version: 5.8.0
Show newest version

package com.google.api.ads.dfp.jaxws.v201508;

import java.util.List;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;


/**
 * 
 *       Provides methods for creating, updating and retrieving {@link LineItem}
 *       objects.
 *       
 *       

Line items define the campaign. For example, line items define: *

    *
  • a budget *
  • a span of time to run *
  • ad unit targeting *
* *

In short, line items connect all of the elements of an ad campaign. * *

Line items and creatives can be associated with each other through * {@link LineItemCreativeAssociation} objects. An ad unit will host a creative * through both this association and the {@link LineItem#targeting} to it. * * * This class was generated by the JAX-WS RI. * JAX-WS RI 2.2.9-b130926.1035 * Generated source version: 2.1 * */ @WebService(name = "LineItemServiceInterface", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") @XmlSeeAlso({ ObjectFactory.class }) public interface LineItemServiceInterface { /** * * Creates new {@link LineItem} objects. * * @param lineItems the line items to create * @return the created line items with their IDs filled in * * * @param lineItems * @return * returns java.util.List * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") @RequestWrapper(localName = "createLineItems", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.LineItemServiceInterfacecreateLineItems") @ResponseWrapper(localName = "createLineItemsResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.LineItemServiceInterfacecreateLineItemsResponse") public List createLineItems( @WebParam(name = "lineItems", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") List lineItems) throws ApiException_Exception ; /** * * 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 * * * @param filterStatement * @return * returns com.google.api.ads.dfp.jaxws.v201508.LineItemPage * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") @RequestWrapper(localName = "getLineItemsByStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.LineItemServiceInterfacegetLineItemsByStatement") @ResponseWrapper(localName = "getLineItemsByStatementResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.LineItemServiceInterfacegetLineItemsByStatementResponse") public LineItemPage getLineItemsByStatement( @WebParam(name = "filterStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") Statement filterStatement) throws ApiException_Exception ; /** * * 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 * * * @param filterStatement * @param lineItemAction * @return * returns com.google.api.ads.dfp.jaxws.v201508.UpdateResult * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") @RequestWrapper(localName = "performLineItemAction", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.LineItemServiceInterfaceperformLineItemAction") @ResponseWrapper(localName = "performLineItemActionResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.LineItemServiceInterfaceperformLineItemActionResponse") public UpdateResult performLineItemAction( @WebParam(name = "lineItemAction", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") LineItemAction lineItemAction, @WebParam(name = "filterStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") Statement filterStatement) throws ApiException_Exception ; /** * * Updates the specified {@link LineItem} objects. * * @param lineItems the line items to update * @return the updated line items * * * @param lineItems * @return * returns java.util.List * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") @RequestWrapper(localName = "updateLineItems", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.LineItemServiceInterfaceupdateLineItems") @ResponseWrapper(localName = "updateLineItemsResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508", className = "com.google.api.ads.dfp.jaxws.v201508.LineItemServiceInterfaceupdateLineItemsResponse") public List updateLineItems( @WebParam(name = "lineItems", targetNamespace = "https://www.google.com/apis/ads/publisher/v201508") List lineItems) throws ApiException_Exception ; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy