
com.google.api.ads.dfp.axis.v201605.ProposalLineItemServiceInterface 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.
/**
* 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.v201605;
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.v201605.ProposalLineItem[] createProposalLineItems(com.google.api.ads.dfp.axis.v201605.ProposalLineItem[] proposalLineItems) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.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.v201605.ProposalLineItemPage getProposalLineItemsByStatement(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 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.v201605.UpdateResult performProposalLineItemAction(com.google.api.ads.dfp.axis.v201605.ProposalLineItemAction proposalLineItemAction, 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 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.v201605.ProposalLineItem[] updateProposalLineItems(com.google.api.ads.dfp.axis.v201605.ProposalLineItem[] proposalLineItems) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy