public class ShoppingContent.Accounts.Businessmessageslinks extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShoppingContent.Accounts.Businessmessageslinks.Create  | 
class  | 
ShoppingContent.Accounts.Businessmessageslinks.Delete  | 
class  | 
ShoppingContent.Accounts.Businessmessageslinks.Get  | 
class  | 
ShoppingContent.Accounts.Businessmessageslinks.List  | 
| Constructor and Description | 
|---|
Businessmessageslinks()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShoppingContent.Accounts.Businessmessageslinks.Create | 
create(Long accountId,
      BusinessMessagesLink content)
Creates a `BusinessMessagesLink` in Merchant Center account. 
 | 
ShoppingContent.Accounts.Businessmessageslinks.Delete | 
delete(Long accountId,
      String businessMessagesLinkId)
Deletes the specified `BusinessMessagesLink` resource from Merchant Center account. 
 | 
ShoppingContent.Accounts.Businessmessageslinks.Get | 
get(Long accountId,
   String businessMessagesLinkId)
Retrieves `BusinessMessagesLink` in Merchant Center account. 
 | 
ShoppingContent.Accounts.Businessmessageslinks.List | 
list(Long accountId)
Lists the `BusinessMessagesLink` resources for Merchant Center account. 
 | 
public ShoppingContent.Accounts.Businessmessageslinks.Create create(Long accountId, BusinessMessagesLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Required. The ID of the Merchant Center account.content - the BusinessMessagesLinkIOExceptionpublic ShoppingContent.Accounts.Businessmessageslinks.Delete delete(Long accountId, String businessMessagesLinkId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Required. The ID of the Merchant Center account.businessMessagesLinkId - Required. The identifier for the Business Messages Link.IOExceptionpublic ShoppingContent.Accounts.Businessmessageslinks.Get get(Long accountId, String businessMessagesLinkId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Required. The ID of the Merchant Center account.businessMessagesLinkId - Required. The identifier for the Business Messages Link.IOExceptionpublic ShoppingContent.Accounts.Businessmessageslinks.List list(Long accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Required. The ID of the account.IOExceptionCopyright © 2011–2024 Google. All rights reserved.