public class Dfareporting.InventoryItems
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.InventoryItems.Get |
class |
Dfareporting.InventoryItems.List |
| Constructor and Description |
|---|
Dfareporting.InventoryItems() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.InventoryItems.Get |
get(java.lang.Long profileId,
java.lang.Long projectId,
java.lang.Long id)
Gets one inventory item by ID.
|
Dfareporting.InventoryItems.List |
list(java.lang.Long profileId,
java.lang.Long projectId)
Retrieves a list of inventory items, possibly filtered.
|
public Dfareporting.InventoryItems.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 - Inventory item ID.java.io.IOExceptionpublic Dfareporting.InventoryItems.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