| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1 | |
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Clients.Users.Update |
AdExchangeBuyerII.Accounts.Clients.Users.update(Long accountId,
Long clientAccountId,
Long userId,
ClientUser content)
Updates an existing client user.
|
| Constructor and Description |
|---|
Update(Long accountId,
Long clientAccountId,
Long userId,
ClientUser content)
Updates an existing client user.
|
| Modifier and Type | Method and Description |
|---|---|
ClientUser |
ClientUser.clone() |
ClientUser |
ClientUser.set(String fieldName,
Object value) |
ClientUser |
ClientUser.setClientAccountId(Long clientAccountId)
Numerical account ID of the client buyer with which the user is associated; the buyer must be a
client of the current sponsor buyer.
|
ClientUser |
ClientUser.setEmail(String email)
User's email address.
|
ClientUser |
ClientUser.setStatus(String status)
The status of the client user.
|
ClientUser |
ClientUser.setUserId(Long userId)
The unique numerical ID of the client user that has accepted an invitation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClientUser> |
ListClientUsersResponse.getUsers()
The returned list of client users.
|
| Modifier and Type | Method and Description |
|---|---|
ListClientUsersResponse |
ListClientUsersResponse.setUsers(List<ClientUser> users)
The returned list of client users.
|
Copyright © 2011–2021 Google. All rights reserved.