Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Accounts.Link |
ShoppingContent.Accounts.link(BigInteger merchantId,
BigInteger accountId,
AccountsLinkRequest content)
Performs an action on a link between two Merchant Center accounts, namely accountId and
linkedAccountId.
|
Constructor and Description |
---|
Link(BigInteger merchantId,
BigInteger accountId,
AccountsLinkRequest content)
Performs an action on a link between two Merchant Center accounts, namely accountId and
linkedAccountId.
|
Modifier and Type | Method and Description |
---|---|
AccountsLinkRequest |
AccountsLinkRequest.clone() |
AccountsLinkRequest |
AccountsLinkRequest.set(String fieldName,
Object value) |
AccountsLinkRequest |
AccountsLinkRequest.setAction(String action)
Action to perform for this link.
|
AccountsLinkRequest |
AccountsLinkRequest.setECommercePlatformLinkInfo(ECommercePlatformLinkInfo eCommercePlatformLinkInfo)
Additional information required for `eCommercePlatform` link type.
|
AccountsLinkRequest |
AccountsLinkRequest.setLinkedAccountId(String linkedAccountId)
The ID of the linked account.
|
AccountsLinkRequest |
AccountsLinkRequest.setLinkType(String linkType)
Type of the link between the two accounts.
|
AccountsLinkRequest |
AccountsLinkRequest.setPaymentServiceProviderLinkInfo(PaymentServiceProviderLinkInfo paymentServiceProviderLinkInfo)
Additional information required for `paymentServiceProvider` link type.
|
AccountsLinkRequest |
AccountsLinkRequest.setServices(List<String> services)
Acceptable values are: - "`shoppingAdsProductManagement`" -
"`shoppingActionsProductManagement`" - "`shoppingActionsOrderManagement`" -
"`paymentProcessing`"
|
Copyright © 2011–2024 Google. All rights reserved.