target.apidocs.com.google.api.services.adexchangebuyer2.v2beta1.AdExchangeBuyerII.Accounts.html Maven / Gradle / Ivy
AdExchangeBuyerII.Accounts (Ad Exchange Buyer API II v2beta1-rev20230502-2.0.0)
com.google.api.services.adexchangebuyer2.v2beta1
Class AdExchangeBuyerII.Accounts
- java.lang.Object
-
- com.google.api.services.adexchangebuyer2.v2beta1.AdExchangeBuyerII.Accounts
-
- Enclosing class:
- AdExchangeBuyerII
public class AdExchangeBuyerII.Accounts
extends Object
The "accounts" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
Accounts()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
clients
public AdExchangeBuyerII.Accounts.Clients clients()
An accessor for creating requests from the Clients collection.
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
AdExchangeBuyerII.Clients.List request = adexchangebuyer2.clients().list(parameters ...)
- Returns:
- the resource collection
-
creatives
public AdExchangeBuyerII.Accounts.Creatives creatives()
An accessor for creating requests from the Creatives collection.
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
AdExchangeBuyerII.Creatives.List request = adexchangebuyer2.creatives().list(parameters ...)
- Returns:
- the resource collection
-
finalizedProposals
public AdExchangeBuyerII.Accounts.FinalizedProposals finalizedProposals()
An accessor for creating requests from the FinalizedProposals collection.
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
AdExchangeBuyerII.FinalizedProposals.List request = adexchangebuyer2.finalizedProposals().list(parameters ...)
- Returns:
- the resource collection
-
products
public AdExchangeBuyerII.Accounts.Products products()
An accessor for creating requests from the Products collection.
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
AdExchangeBuyerII.Products.List request = adexchangebuyer2.products().list(parameters ...)
- Returns:
- the resource collection
-
proposals
public AdExchangeBuyerII.Accounts.Proposals proposals()
An accessor for creating requests from the Proposals collection.
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
AdExchangeBuyerII.Proposals.List request = adexchangebuyer2.proposals().list(parameters ...)
- Returns:
- the resource collection
-
publisherProfiles
public AdExchangeBuyerII.Accounts.PublisherProfiles publisherProfiles()
An accessor for creating requests from the PublisherProfiles collection.
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
AdExchangeBuyerII.PublisherProfiles.List request = adexchangebuyer2.publisherProfiles().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy