public class LineItemService extends Object
Constructor and Description |
---|
LineItemService() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
createLineItems(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.LineItem> lineItemsToCreate) |
protected com.google.api.ads.dfp.axis.v201805.LineItemServiceInterface |
createLineItemService(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201805.LineItem> |
getLineItems(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
Integer |
performLineItemsAction(com.google.api.ads.dfp.lib.client.DfpSession session,
String lineItemActionString,
String queryString,
Map<String,Object> queryParams) |
List<Long> |
updateLineItems(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.LineItem> lineItemsToUpdate) |
protected com.google.api.ads.dfp.axis.v201805.LineItemServiceInterface createLineItemService(com.google.api.ads.dfp.lib.client.DfpSession session)
public List<com.google.api.ads.dfp.axis.v201805.LineItem> getLineItems(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
public Integer performLineItemsAction(com.google.api.ads.dfp.lib.client.DfpSession session, String lineItemActionString, String queryString, Map<String,Object> queryParams) throws AdManagerException
AdManagerException
public List<Long> createLineItems(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.LineItem> lineItemsToCreate) throws AdManagerApiException, AdManagerCommunicationException
public List<Long> updateLineItems(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.LineItem> lineItemsToUpdate) throws AdManagerApiException, AdManagerCommunicationException
Copyright © 2010–2019. All rights reserved.