public class OrderService extends Object
Constructor and Description |
---|
OrderService() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
createOrders(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Order> ordersToCreate) |
protected com.google.api.ads.dfp.axis.v201805.OrderServiceInterface |
createOrderService(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201805.Order> |
getOrders(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
Integer |
performOrdersAction(com.google.api.ads.dfp.lib.client.DfpSession session,
String orderActionString,
String queryString,
Map<String,Object> queryParams) |
List<Long> |
updateOrders(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Order> ordersToUpdate) |
protected com.google.api.ads.dfp.axis.v201805.OrderServiceInterface createOrderService(com.google.api.ads.dfp.lib.client.DfpSession session)
public List<com.google.api.ads.dfp.axis.v201805.Order> getOrders(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
public Integer performOrdersAction(com.google.api.ads.dfp.lib.client.DfpSession session, String orderActionString, String queryString, Map<String,Object> queryParams) throws AdManagerException
AdManagerException
public List<Long> createOrders(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.Order> ordersToCreate) throws AdManagerApiException, AdManagerCommunicationException
public List<Long> updateOrders(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.Order> ordersToUpdate) throws AdManagerApiException, AdManagerCommunicationException
Copyright © 2010–2019. All rights reserved.