public class ShoppingContent.Pubsubnotificationsettings extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShoppingContent.Pubsubnotificationsettings.Get  | 
class  | 
ShoppingContent.Pubsubnotificationsettings.Update  | 
| Constructor and Description | 
|---|
Pubsubnotificationsettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShoppingContent.Pubsubnotificationsettings.Get | 
get(BigInteger merchantId)
Retrieves a Merchant Center account's pubsub notification settings. 
 | 
ShoppingContent.Pubsubnotificationsettings.Update | 
update(BigInteger merchantId,
      PubsubNotificationSettings content)
Register a Merchant Center account for pubsub notifications. 
 | 
public ShoppingContent.Pubsubnotificationsettings.Get get(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account for which to get pubsub notification settings.IOExceptionpublic ShoppingContent.Pubsubnotificationsettings.Update update(BigInteger merchantId, PubsubNotificationSettings content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account.content - the PubsubNotificationSettingsIOExceptionCopyright © 2011–2024 Google. All rights reserved.