Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Shippingsettings.Update |
ShoppingContent.Shippingsettings.update(BigInteger merchantId,
BigInteger accountId,
ShippingSettings content)
Updates the shipping settings of the account.
|
Constructor and Description |
---|
Update(BigInteger merchantId,
BigInteger accountId,
ShippingSettings content)
Updates the shipping settings of the account.
|
Modifier and Type | Method and Description |
---|---|
ShippingSettings |
ShippingSettings.clone() |
ShippingSettings |
ShippingsettingsCustomBatchResponseEntry.getShippingSettings()
The retrieved or updated account shipping settings.
|
ShippingSettings |
ShippingsettingsCustomBatchRequestEntry.getShippingSettings()
The account shipping settings to update.
|
ShippingSettings |
ShippingSettings.set(String fieldName,
Object value) |
ShippingSettings |
ShippingSettings.setAccountId(BigInteger accountId)
The ID of the account to which these account shipping settings belong.
|
ShippingSettings |
ShippingSettings.setPostalCodeGroups(List<PostalCodeGroup> postalCodeGroups)
A list of postal code groups that can be referred to in `services`.
|
ShippingSettings |
ShippingSettings.setServices(List<Service> services)
The target account's list of services.
|
ShippingSettings |
ShippingSettings.setWarehouses(List<Warehouse> warehouses)
Optional.
|
Modifier and Type | Method and Description |
---|---|
List<ShippingSettings> |
ShippingsettingsListResponse.getResources() |
Modifier and Type | Method and Description |
---|---|
ShippingsettingsCustomBatchResponseEntry |
ShippingsettingsCustomBatchResponseEntry.setShippingSettings(ShippingSettings shippingSettings)
The retrieved or updated account shipping settings.
|
ShippingsettingsCustomBatchRequestEntry |
ShippingsettingsCustomBatchRequestEntry.setShippingSettings(ShippingSettings shippingSettings)
The account shipping settings to update.
|
Modifier and Type | Method and Description |
---|---|
ShippingsettingsListResponse |
ShippingsettingsListResponse.setResources(List<ShippingSettings> resources) |
Copyright © 2011–2024 Google. All rights reserved.