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.setGcidCategory(List<String> gcidCategory)
The business type of the store.
|
PosStore |
PosStore.setKind(String kind)
Identifies what kind of resource this is.
|
PosStore |
PosStore.setMatchingStatus(String matchingStatus)
Output only.
|
PosStore |
PosStore.setMatchingStatusHint(String matchingStatusHint)
Output only.
|
PosStore |
PosStore.setPhoneNumber(String phoneNumber)
The store phone number.
|
PosStore |
PosStore.setPlaceId(String placeId)
The Google Place Id of the store location.
|
PosStore |
PosStore.setStoreAddress(String storeAddress)
Required.
|
PosStore |
PosStore.setStoreCode(String storeCode)
Required.
|
PosStore |
PosStore.setStoreName(String storeName)
The merchant or store name.
|
PosStore |
PosStore.setWebsiteUrl(String websiteUrl)
The website url for the store or 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–2024 Google. All rights reserved.