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)
Required.
|
PosInventory |
PosInventory.setGtin(String gtin)
Global Trade Item Number.
|
PosInventory |
PosInventory.setItemId(String itemId)
Required.
|
PosInventory |
PosInventory.setKind(String kind)
Identifies what kind of resource this is.
|
PosInventory |
PosInventory.setPickupMethod(String pickupMethod)
Optional.
|
PosInventory |
PosInventory.setPickupSla(String pickupSla)
Optional.
|
PosInventory |
PosInventory.setPrice(Price price)
Required.
|
PosInventory |
PosInventory.setQuantity(Long quantity)
Required.
|
PosInventory |
PosInventory.setStoreCode(String storeCode)
Required.
|
PosInventory |
PosInventory.setTargetCountry(String targetCountry)
Required.
|
PosInventory |
PosInventory.setTimestamp(String timestamp)
Required.
|
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–2024 Google. All rights reserved.