target.apidocs.com.google.api.services.adexchangebuyer2.v2beta1.AdExchangeBuyerII.Accounts.Clients.html Maven / Gradle / Ivy
AdExchangeBuyerII.Accounts.Clients (Ad Exchange Buyer API II v2beta1-rev20230502-2.0.0)
com.google.api.services.adexchangebuyer2.v2beta1
Class AdExchangeBuyerII.Accounts.Clients
- java.lang.Object
-
- com.google.api.services.adexchangebuyer2.v2beta1.AdExchangeBuyerII.Accounts.Clients
-
- Enclosing class:
- AdExchangeBuyerII.Accounts
public class AdExchangeBuyerII.Accounts.Clients
extends Object
The "clients" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AdExchangeBuyerII.Accounts.Clients.Create
class
AdExchangeBuyerII.Accounts.Clients.Get
class
AdExchangeBuyerII.Accounts.Clients.Invitations
The "invitations" collection of methods.
class
AdExchangeBuyerII.Accounts.Clients.List
class
AdExchangeBuyerII.Accounts.Clients.Update
class
AdExchangeBuyerII.Accounts.Clients.Users
The "users" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Clients()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AdExchangeBuyerII.Accounts.Clients.Create
create(Long accountId,
Client content)
Creates a new client buyer.
AdExchangeBuyerII.Accounts.Clients.Get
get(Long accountId,
Long clientAccountId)
Gets a client buyer with a given client account ID.
AdExchangeBuyerII.Accounts.Clients.Invitations
invitations()
An accessor for creating requests from the Invitations collection.
AdExchangeBuyerII.Accounts.Clients.List
list(Long accountId)
Lists all the clients for the current sponsor buyer.
AdExchangeBuyerII.Accounts.Clients.Update
update(Long accountId,
Long clientAccountId,
Client content)
Updates an existing client buyer.
AdExchangeBuyerII.Accounts.Clients.Users
users()
An accessor for creating requests from the Users collection.
-
-
Method Detail
-
create
public AdExchangeBuyerII.Accounts.Clients.Create create(Long accountId,
Client content)
throws IOException
Creates a new client buyer.
Create a request for the method "clients.create".
This request holds the parameters needed by the adexchangebuyer2 server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- Unique numerical account ID for the buyer of which the client buyer is a customer; the sponsor buyer
to create a client for. (required)
content
- the Client
- Returns:
- the request
- Throws:
IOException
-
get
public AdExchangeBuyerII.Accounts.Clients.Get get(Long accountId,
Long clientAccountId)
throws IOException
Gets a client buyer with a given client account ID.
Create a request for the method "clients.get".
This request holds the parameters needed by the adexchangebuyer2 server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- Numerical account ID of the client's sponsor buyer. (required)
clientAccountId
- Numerical account ID of the client buyer to retrieve. (required)
- Returns:
- the request
- Throws:
IOException
-
list
public AdExchangeBuyerII.Accounts.Clients.List list(Long accountId)
throws IOException
Lists all the clients for the current sponsor buyer.
Create a request for the method "clients.list".
This request holds the parameters needed by the adexchangebuyer2 server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- Unique numerical account ID of the sponsor buyer to list the clients for.
- Returns:
- the request
- Throws:
IOException
-
update
public AdExchangeBuyerII.Accounts.Clients.Update update(Long accountId,
Long clientAccountId,
Client content)
throws IOException
Updates an existing client buyer.
Create a request for the method "clients.update".
This request holds the parameters needed by the adexchangebuyer2 server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- Unique numerical account ID for the buyer of which the client buyer is a customer; the sponsor buyer
to update a client for. (required)
clientAccountId
- Unique numerical account ID of the client to update. (required)
content
- the Client
- Returns:
- the request
- Throws:
IOException
-
invitations
public AdExchangeBuyerII.Accounts.Clients.Invitations invitations()
An accessor for creating requests from the Invitations collection.
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
AdExchangeBuyerII.Invitations.List request = adexchangebuyer2.invitations().list(parameters ...)
- Returns:
- the resource collection
-
users
public AdExchangeBuyerII.Accounts.Clients.Users users()
An accessor for creating requests from the Users collection.
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
AdExchangeBuyerII.Users.List request = adexchangebuyer2.users().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy