public class AdExchangeBuyerII.Accounts.Clients.Invitations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Accounts.Clients.Invitations.Create |
class |
AdExchangeBuyerII.Accounts.Clients.Invitations.Get |
class |
AdExchangeBuyerII.Accounts.Clients.Invitations.List |
| Constructor and Description |
|---|
Invitations() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Clients.Invitations.Create |
create(Long accountId,
Long clientAccountId,
ClientUserInvitation content)
Creates and sends out an email invitation to access an Ad Exchange client buyer account.
|
AdExchangeBuyerII.Accounts.Clients.Invitations.Get |
get(Long accountId,
Long clientAccountId,
Long invitationId)
Retrieves an existing client user invitation.
|
AdExchangeBuyerII.Accounts.Clients.Invitations.List |
list(Long accountId,
String clientAccountId)
Lists all the client users invitations for a client with a given account ID.
|
public AdExchangeBuyerII.Accounts.Clients.Invitations.Create create(Long accountId, Long clientAccountId, ClientUserInvitation content) 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 that the user should be associated with. (required)content - the ClientUserInvitationIOExceptionpublic AdExchangeBuyerII.Accounts.Clients.Invitations.Get get(Long accountId, Long clientAccountId, Long invitationId) 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 that the user invitation to be retrieved is associated
with. (required)invitationId - Numerical identifier of the user invitation to retrieve. (required)IOExceptionpublic AdExchangeBuyerII.Accounts.Clients.Invitations.List list(Long accountId, String 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 list invitations for. (required) You must either specify
a string representation of a numerical account identifier or the `-` character to list all
the invitations for all the clients of a given sponsor buyer.IOExceptionCopyright © 2011–2021 Google. All rights reserved.