Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.clone() |
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.set(String fieldName,
Object value) |
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.setBatchId(Long batchId)
The ID of the request entry to which this entry responds.
|
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.setErrors(Errors errors)
A list of errors defined if, and only if, the request failed.
|
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.setInventory(PosInventory inventory)
The updated inventory information.
|
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.setKind(String kind)
Identifies what kind of resource this is.
|
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.setSale(PosSale sale)
The updated sale information.
|
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.setStore(PosStore store)
The retrieved or updated store information.
|
Modifier and Type | Method and Description |
---|---|
List<PosCustomBatchResponseEntry> |
PosCustomBatchResponse.getEntries()
The result of the execution of the batch requests.
|
Modifier and Type | Method and Description |
---|---|
PosCustomBatchResponse |
PosCustomBatchResponse.setEntries(List<PosCustomBatchResponseEntry> entries)
The result of the execution of the batch requests.
|
Copyright © 2011–2024 Google. All rights reserved.