public class Dfareporting.OrderDocuments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.OrderDocuments.Get |
class |
Dfareporting.OrderDocuments.List |
| Constructor and Description |
|---|
OrderDocuments() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.OrderDocuments.Get |
get(Long profileId,
Long projectId,
Long id)
Gets one order document by ID.
|
Dfareporting.OrderDocuments.List |
list(Long profileId,
Long projectId)
Retrieves a list of order documents, possibly filtered.
|
public Dfareporting.OrderDocuments.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 order documents.id - Order document ID.IOExceptionpublic Dfareporting.OrderDocuments.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 order documents.IOExceptionCopyright © 2011–2023 Google. All rights reserved.