Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.clone() |
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.set(String fieldName,
Object value) |
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setInventory(PosInventory inventory)
The inventory to submit.
|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setMerchantId(BigInteger merchantId)
The ID of the POS data provider.
|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setMethod(String method)
The method of the batch entry.
|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setSale(PosSale sale)
The sale information to submit.
|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setStore(PosStore store)
The store information to submit.
|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setStoreCode(String storeCode)
The store code.
|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setTargetMerchantId(BigInteger targetMerchantId)
The ID of the account for which to get/submit data.
|
Modifier and Type | Method and Description |
---|---|
List<PosCustomBatchRequestEntry> |
PosCustomBatchRequest.getEntries()
The request entries to be processed in the batch.
|
Modifier and Type | Method and Description |
---|---|
PosCustomBatchRequest |
PosCustomBatchRequest.setEntries(List<PosCustomBatchRequestEntry> entries)
The request entries to be processed in the batch.
|
Copyright © 2011–2024 Google. All rights reserved.