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