| Package | Description |
|---|---|
| com.google.api.services.content | |
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Pos.Insert |
ShoppingContent.Pos.insert(BigInteger merchantId,
BigInteger targetMerchantId,
PosStore content)
Creates a store for the given merchant.
|
| Constructor and Description |
|---|
Insert(BigInteger merchantId,
BigInteger targetMerchantId,
PosStore content)
Creates a store for the given merchant.
|
| Modifier and Type | Method and Description |
|---|---|
PosStore |
PosStore.clone() |
PosStore |
PosCustomBatchResponseEntry.getStore()
The retrieved or updated store information.
|
PosStore |
PosCustomBatchRequestEntry.getStore()
The store information to submit.
|
PosStore |
PosStore.set(String fieldName,
Object value) |
PosStore |
PosStore.setKind(String kind)
Identifies what kind of resource this is.
|
PosStore |
PosStore.setStoreAddress(String storeAddress)
The street address of the store.
|
PosStore |
PosStore.setStoreCode(String storeCode)
A store identifier that is unique for the given merchant.
|
| Modifier and Type | Method and Description |
|---|---|
List<PosStore> |
PosListResponse.getResources() |
| Modifier and Type | Method and Description |
|---|---|
PosCustomBatchResponseEntry |
PosCustomBatchResponseEntry.setStore(PosStore store)
The retrieved or updated store information.
|
PosCustomBatchRequestEntry |
PosCustomBatchRequestEntry.setStore(PosStore store)
The store information to submit.
|
| Modifier and Type | Method and Description |
|---|---|
PosListResponse |
PosListResponse.setResources(List<PosStore> resources) |
Copyright © 2011–2019 Google. All rights reserved.