| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1 | |
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Clients.Invitations.Create |
AdExchangeBuyerII.Accounts.Clients.Invitations.create(Long accountId,
Long clientAccountId,
ClientUserInvitation content)
Creates and sends out an email invitation to access an Ad Exchange client buyer account.
|
| Constructor and Description |
|---|
Create(Long accountId,
Long clientAccountId,
ClientUserInvitation content)
Creates and sends out an email invitation to access an Ad Exchange client buyer account.
|
| Modifier and Type | Method and Description |
|---|---|
ClientUserInvitation |
ClientUserInvitation.clone() |
ClientUserInvitation |
ClientUserInvitation.set(String fieldName,
Object value) |
ClientUserInvitation |
ClientUserInvitation.setClientAccountId(Long clientAccountId)
Numerical account ID of the client buyer that the invited user is associated with.
|
ClientUserInvitation |
ClientUserInvitation.setEmail(String email)
The email address to which the invitation is sent.
|
ClientUserInvitation |
ClientUserInvitation.setInvitationId(Long invitationId)
The unique numerical ID of the invitation that is sent to the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClientUserInvitation> |
ListClientUserInvitationsResponse.getInvitations()
The returned list of client users.
|
| Modifier and Type | Method and Description |
|---|---|
ListClientUserInvitationsResponse |
ListClientUserInvitationsResponse.setInvitations(List<ClientUserInvitation> invitations)
The returned list of client users.
|
Copyright © 2011–2021 Google. All rights reserved.