public class Dfareporting.OrderDocuments
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.OrderDocuments.Get |
class |
Dfareporting.OrderDocuments.List |
| Constructor and Description |
|---|
Dfareporting.OrderDocuments() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.OrderDocuments.Get |
get(java.lang.Long profileId,
java.lang.Long projectId,
java.lang.Long id)
Gets one order document by ID.
|
Dfareporting.OrderDocuments.List |
list(java.lang.Long profileId,
java.lang.Long projectId)
Retrieves a list of order documents, possibly filtered.
|
public Dfareporting.OrderDocuments.Get get(java.lang.Long profileId, java.lang.Long projectId, java.lang.Long id) throws java.io.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.java.io.IOExceptionpublic Dfareporting.OrderDocuments.List list(java.lang.Long profileId, java.lang.Long projectId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.projectId - Project ID for order documents.java.io.IOException