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

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

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

    /**
     * Creates new {@link ProposalLineItem} objects.
     *         
     *         For each proposal line item, the following fields are required:
     * 
    *
  • {@link ProposalLineItem#proposalId}
  • *
  • {@link ProposalLineItem#rateCardId}
  • *
  • {@link ProposalLineItem#productId}
  • *
  • {@link ProposalLineItem#name}
  • *
  • {@link ProposalLineItem#startDateTime}
  • *
  • {@link ProposalLineItem#endDateTime}
  • *
* * * @param proposalLineItems the proposal line items to create * * @return the created proposal line items with their IDs filled in */ public com.google.api.ads.dfp.axis.v201508.ProposalLineItem[] createProposalLineItems(com.google.api.ads.dfp.axis.v201508.ProposalLineItem[] proposalLineItems) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException; /** * Gets a {@link ProposalLineItemPage} of {@link ProposalLineItem} * objects * that satisfy the given {@link Statement#query}. The following * fields are supported for * filtering: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
PQL Property Object Property
{@code id}{@link ProposalLineItem#id}
{@code name}{@link ProposalLineItem#name}
{@code proposalId}{@link ProposalLineItem#proposalId}
{@code startDateTime}{@link ProposalLineItem#startDateTime}
{@code endDateTime}{@link ProposalLineItem#endDateTime}
{@code isArchived}{@link ProposalLineItem#isArchived}
{@code lastModifiedDateTime}{@link ProposalLineItem#lastModifiedDateTime}
{@code useThirdPartyAdServerFromProposal}{@link ProposalLineItem#useThirdPartyAdServerFromProposal}
{@code thirdPartyAdServerId}{@link ProposalLineItem#thirdPartyAdServerId}
{@code customThirdPartyAdServerName}{@link ProposalLineItem#customThirdPartyAdServerName}
* * * @param filterStatement a Publisher Query Language statement used to * filter * a set of proposal line items * * @return the proposal line items that match the given filter */ public com.google.api.ads.dfp.axis.v201508.ProposalLineItemPage getProposalLineItemsByStatement(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 ProposalLineItem} objects that match * the given {@link Statement#query}. * * * @param proposalLineItemAction the action to perform * * @param filterStatement a Publisher Query Language statement used to * filter a set of * proposal line items * * @return the result of the action performed */ public com.google.api.ads.dfp.axis.v201508.UpdateResult performProposalLineItemAction(com.google.api.ads.dfp.axis.v201508.ProposalLineItemAction proposalLineItemAction, 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 ProposalLineItem} objects. If * free editing mode is enabled, * this will trigger inventory reservation and cause the proposal * to be pushed to DFP again. * * * @param proposalLineItems the proposal line items to update * * @return the updated proposal line items */ public com.google.api.ads.dfp.axis.v201508.ProposalLineItem[] updateProposalLineItems(com.google.api.ads.dfp.axis.v201508.ProposalLineItem[] proposalLineItems) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy