public class Dfareporting.Orders extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Orders.Get |
class |
Dfareporting.Orders.List |
| Constructor and Description |
|---|
Orders() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Orders.Get |
get(Long profileId,
Long projectId,
Long id)
Gets one order by ID.
|
Dfareporting.Orders.List |
list(Long profileId,
Long projectId)
Retrieves a list of orders, possibly filtered.
|
public Dfareporting.Orders.Get get(Long profileId, Long projectId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.projectId - Project ID for orders.id - Order ID.IOExceptionpublic Dfareporting.Orders.List list(Long profileId, Long projectId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.projectId - Project ID for orders.IOExceptionCopyright © 2011–2023 Google. All rights reserved.