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