Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
PosInventory |
PosInventory.clone() |
PosInventory |
PosCustomBatchResponseEntry.getInventory()
The updated inventory information.
|
PosInventory |
PosCustomBatchRequestEntry.getInventory()
The inventory to submit.
|
PosInventory |
PosInventory.set(String fieldName,
Object value) |
PosInventory |
PosInventory.setContentLanguage(String contentLanguage)
The two-letter ISO 639-1 language code for the item.
|
PosInventory |
PosInventory.setGtin(String gtin)
Global Trade Item Number.
|
PosInventory |
PosInventory.setItemId(String itemId)
A unique identifier for the item.
|
PosInventory |
PosInventory.setKind(String kind)
Identifies what kind of resource this is.
|
PosInventory |
PosInventory.setPrice(Price price)
The current price of the item.
|
PosInventory |
PosInventory.setQuantity(Long quantity)
The available quantity of the item.
|
PosInventory |
PosInventory.setStoreCode(String storeCode)
The identifier of the merchant's store.
|
PosInventory |
PosInventory.setTargetCountry(String targetCountry)
The CLDR territory code for the item.
|
PosInventory |
PosInventory.setTimestamp(String timestamp)
The inventory timestamp, in ISO 8601 format.
|
Modifier and Type | Method and Description |
---|---|
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.setInventory(PosInventory inventory)
The updated inventory information.
|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setInventory(PosInventory inventory)
The inventory to submit.
|
Copyright © 2011–2019 Google. All rights reserved.