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.v201711.Order> ordersToCreate) |
protected com.google.api.ads.dfp.axis.v201711.OrderServiceInterface |
createOrderService(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201711.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.v201711.Order> ordersToUpdate) |
protected com.google.api.ads.dfp.axis.v201711.OrderServiceInterface createOrderService(com.google.api.ads.dfp.lib.client.DfpSession session)
public List<com.google.api.ads.dfp.axis.v201711.Order> getOrders(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws DfpApiException, DfpCommunicationException
public Integer performOrdersAction(com.google.api.ads.dfp.lib.client.DfpSession session, String orderActionString, String queryString, Map<String,Object> queryParams) throws DfpException
DfpException
public List<Long> createOrders(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201711.Order> ordersToCreate) throws DfpApiException, DfpCommunicationException
public List<Long> updateOrders(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201711.Order> ordersToUpdate) throws DfpApiException, DfpCommunicationException
Copyright © 2010–2018. All rights reserved.