public class AdExchangeBuyerII.Accounts.Products extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Accounts.Products.Get |
class |
AdExchangeBuyerII.Accounts.Products.List |
| Constructor and Description |
|---|
Products() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Products.Get |
get(String accountId,
String productId)
Gets the requested product by ID.
|
AdExchangeBuyerII.Accounts.Products.List |
list(String accountId)
List all products visible to the buyer (optionally filtered by the specified PQL query).
|
public AdExchangeBuyerII.Accounts.Products.Get get(String accountId, String productId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.productId - The ID for the product to get the head revision for.IOExceptionpublic AdExchangeBuyerII.Accounts.Products.List list(String accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the buyer.IOExceptionCopyright © 2011–2021 Google. All rights reserved.