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