public class AdExchangeBuyerII.Accounts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Accounts.Clients
The "clients" collection of methods.
|
class |
AdExchangeBuyerII.Accounts.Creatives
The "creatives" collection of methods.
|
class |
AdExchangeBuyerII.Accounts.FinalizedProposals
The "finalizedProposals" collection of methods.
|
class |
AdExchangeBuyerII.Accounts.Products
The "products" collection of methods.
|
class |
AdExchangeBuyerII.Accounts.Proposals
The "proposals" collection of methods.
|
class |
AdExchangeBuyerII.Accounts.PublisherProfiles
The "publisherProfiles" collection of methods.
|
| Constructor and Description |
|---|
Accounts() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Clients |
clients()
An accessor for creating requests from the Clients collection.
|
AdExchangeBuyerII.Accounts.Creatives |
creatives()
An accessor for creating requests from the Creatives collection.
|
AdExchangeBuyerII.Accounts.FinalizedProposals |
finalizedProposals()
An accessor for creating requests from the FinalizedProposals collection.
|
AdExchangeBuyerII.Accounts.Products |
products()
An accessor for creating requests from the Products collection.
|
AdExchangeBuyerII.Accounts.Proposals |
proposals()
An accessor for creating requests from the Proposals collection.
|
AdExchangeBuyerII.Accounts.PublisherProfiles |
publisherProfiles()
An accessor for creating requests from the PublisherProfiles collection.
|
public AdExchangeBuyerII.Accounts.Clients clients()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.Clients.List request = adexchangebuyer2.clients().list(parameters ...)
public AdExchangeBuyerII.Accounts.Creatives creatives()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.Creatives.List request = adexchangebuyer2.creatives().list(parameters ...)
public AdExchangeBuyerII.Accounts.FinalizedProposals finalizedProposals()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.FinalizedProposals.List request = adexchangebuyer2.finalizedProposals().list(parameters ...)
public AdExchangeBuyerII.Accounts.Products products()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.Products.List request = adexchangebuyer2.products().list(parameters ...)
public AdExchangeBuyerII.Accounts.Proposals proposals()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.Proposals.List request = adexchangebuyer2.proposals().list(parameters ...)
public AdExchangeBuyerII.Accounts.PublisherProfiles publisherProfiles()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.PublisherProfiles.List request = adexchangebuyer2.publisherProfiles().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.