Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
RegionalinventoryCustomBatchRequestEntry |
RegionalinventoryCustomBatchRequestEntry.clone() |
RegionalinventoryCustomBatchRequestEntry |
RegionalinventoryCustomBatchRequestEntry.set(String fieldName,
Object value) |
RegionalinventoryCustomBatchRequestEntry |
RegionalinventoryCustomBatchRequestEntry.setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
RegionalinventoryCustomBatchRequestEntry |
RegionalinventoryCustomBatchRequestEntry.setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
RegionalinventoryCustomBatchRequestEntry |
RegionalinventoryCustomBatchRequestEntry.setMethod(String method)
Method of the batch request entry.
|
RegionalinventoryCustomBatchRequestEntry |
RegionalinventoryCustomBatchRequestEntry.setProductId(String productId)
The ID of the product for which to update price and availability.
|
RegionalinventoryCustomBatchRequestEntry |
RegionalinventoryCustomBatchRequestEntry.setRegionalInventory(RegionalInventory regionalInventory)
Price and availability of the product.
|
Modifier and Type | Method and Description |
---|---|
List<RegionalinventoryCustomBatchRequestEntry> |
RegionalinventoryCustomBatchRequest.getEntries()
The request entries to be processed in the batch.
|
Modifier and Type | Method and Description |
---|---|
RegionalinventoryCustomBatchRequest |
RegionalinventoryCustomBatchRequest.setEntries(List<RegionalinventoryCustomBatchRequestEntry> entries)
The request entries to be processed in the batch.
|
Copyright © 2011–2024 Google. All rights reserved.