public class AdExchangeBuyerII.Accounts.Clients extends Object
| 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 and Description |
|---|
Clients() |
| 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.
|
public AdExchangeBuyerII.Accounts.Clients.Create create(Long accountId, Client content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 ClientIOExceptionpublic AdExchangeBuyerII.Accounts.Clients.Get get(Long accountId, Long clientAccountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Numerical account ID of the client's sponsor buyer. (required)clientAccountId - Numerical account ID of the client buyer to retrieve. (required)IOExceptionpublic AdExchangeBuyerII.Accounts.Clients.List list(Long accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Unique numerical account ID of the sponsor buyer to list the clients for.IOExceptionpublic AdExchangeBuyerII.Accounts.Clients.Update update(Long accountId, Long clientAccountId, Client content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 ClientIOExceptionpublic AdExchangeBuyerII.Accounts.Clients.Invitations invitations()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.Invitations.List request = adexchangebuyer2.invitations().list(parameters ...)
public AdExchangeBuyerII.Accounts.Clients.Users users()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.Users.List request = adexchangebuyer2.users().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.