Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.clone() |
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.set(String fieldName,
Object value) |
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setAccount(Account account)
The account to create or update.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setAccountId(BigInteger accountId)
The ID of the targeted account.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setForce(Boolean force)
Whether the account should be deleted if the account has offers.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setLabelIds(List<BigInteger> labelIds)
Label IDs for the 'updatelabels' request.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setLinkRequest(AccountsCustomBatchRequestEntryLinkRequest linkRequest)
Details about the `link` request.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setMethod(String method)
The method of the batch entry.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setOverwrite(Boolean overwrite)
Only applicable if the method is `claimwebsite`.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setView(String view)
Controls which fields are visible.
|
Modifier and Type | Method and Description |
---|---|
List<AccountsCustomBatchRequestEntry> |
AccountsCustomBatchRequest.getEntries()
The request entries to be processed in the batch.
|
Modifier and Type | Method and Description |
---|---|
AccountsCustomBatchRequest |
AccountsCustomBatchRequest.setEntries(List<AccountsCustomBatchRequestEntry> entries)
The request entries to be processed in the batch.
|
Copyright © 2011–2024 Google. All rights reserved.