Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShippingsettingsCustomBatchRequestEntry |
ShippingsettingsCustomBatchRequestEntry.clone() |
ShippingsettingsCustomBatchRequestEntry |
ShippingsettingsCustomBatchRequestEntry.set(String fieldName,
Object value) |
ShippingsettingsCustomBatchRequestEntry |
ShippingsettingsCustomBatchRequestEntry.setAccountId(BigInteger accountId)
The ID of the account for which to get/update account shipping settings.
|
ShippingsettingsCustomBatchRequestEntry |
ShippingsettingsCustomBatchRequestEntry.setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
ShippingsettingsCustomBatchRequestEntry |
ShippingsettingsCustomBatchRequestEntry.setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
ShippingsettingsCustomBatchRequestEntry |
ShippingsettingsCustomBatchRequestEntry.setMethod(String method)
The method of the batch entry.
|
ShippingsettingsCustomBatchRequestEntry |
ShippingsettingsCustomBatchRequestEntry.setShippingSettings(ShippingSettings shippingSettings)
The account shipping settings to update.
|
Modifier and Type | Method and Description |
---|---|
List<ShippingsettingsCustomBatchRequestEntry> |
ShippingsettingsCustomBatchRequest.getEntries()
The request entries to be processed in the batch.
|
Modifier and Type | Method and Description |
---|---|
ShippingsettingsCustomBatchRequest |
ShippingsettingsCustomBatchRequest.setEntries(List<ShippingsettingsCustomBatchRequestEntry> entries)
The request entries to be processed in the batch.
|
Copyright © 2011–2024 Google. All rights reserved.