Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
InventoryCustomBatchRequestEntry |
InventoryCustomBatchRequestEntry.clone() |
InventoryCustomBatchRequestEntry |
InventoryCustomBatchRequestEntry.set(String fieldName,
Object value) |
InventoryCustomBatchRequestEntry |
InventoryCustomBatchRequestEntry.setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
InventoryCustomBatchRequestEntry |
InventoryCustomBatchRequestEntry.setInventory(Inventory inventory)
Price and availability of the product.
|
InventoryCustomBatchRequestEntry |
InventoryCustomBatchRequestEntry.setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
InventoryCustomBatchRequestEntry |
InventoryCustomBatchRequestEntry.setProductId(String productId)
The ID of the product for which to update price and availability.
|
InventoryCustomBatchRequestEntry |
InventoryCustomBatchRequestEntry.setStoreCode(String storeCode)
The code of the store for which to update price and availability.
|
Modifier and Type | Method and Description |
---|---|
List<InventoryCustomBatchRequestEntry> |
InventoryCustomBatchRequest.getEntries()
The request entries to be processed in the batch.
|
Modifier and Type | Method and Description |
---|---|
InventoryCustomBatchRequest |
InventoryCustomBatchRequest.setEntries(List<InventoryCustomBatchRequestEntry> entries)
The request entries to be processed in the batch.
|
Copyright © 2011–2021 Google. All rights reserved.