public class ShoppingContent.Collectionstatuses extends Object
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShoppingContent.Collectionstatuses.Get  | 
class  | 
ShoppingContent.Collectionstatuses.List  | 
| Constructor and Description | 
|---|
Collectionstatuses()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShoppingContent.Collectionstatuses.Get | 
get(Long merchantId,
   String collectionId)
Gets the status of a collection from your Merchant Center account. 
 | 
ShoppingContent.Collectionstatuses.List | 
list(Long merchantId)
Lists the statuses of the collections in your Merchant Center account. 
 | 
public ShoppingContent.Collectionstatuses.Get get(Long merchantId, String collectionId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account that contains the collection. This account cannot be a multi-client
        account.collectionId - Required. The collectionId of the collection. CollectionId is the same as the REST ID of the
        collection.IOExceptionpublic ShoppingContent.Collectionstatuses.List list(Long merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account that contains the collection. This account cannot be a multi-client
        account.IOExceptionCopyright © 2011–2024 Google. All rights reserved.