| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1 | |
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Clients.Create |
AdExchangeBuyerII.Accounts.Clients.create(Long accountId,
Client content)
Creates a new client buyer.
|
AdExchangeBuyerII.Accounts.Clients.Update |
AdExchangeBuyerII.Accounts.Clients.update(Long accountId,
Long clientAccountId,
Client content)
Updates an existing client buyer.
|
| Constructor and Description |
|---|
Create(Long accountId,
Client content)
Creates a new client buyer.
|
Update(Long accountId,
Long clientAccountId,
Client content)
Updates an existing client buyer.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.clone() |
Client |
Client.set(String fieldName,
Object value) |
Client |
Client.setClientAccountId(Long clientAccountId)
The globally-unique numerical ID of the client.
|
Client |
Client.setClientName(String clientName)
Name used to represent this client to publishers.
|
Client |
Client.setEntityId(Long entityId)
Numerical identifier of the client entity.
|
Client |
Client.setEntityName(String entityName)
The name of the entity.
|
Client |
Client.setEntityType(String entityType)
An optional field for specifying the type of the client entity: `ADVERTISER`, `BRAND`, or
`AGENCY`.
|
Client |
Client.setPartnerClientId(String partnerClientId)
Optional arbitrary unique identifier of this client buyer from the standpoint of its Ad
Exchange sponsor buyer.
|
Client |
Client.setRole(String role)
The role which is assigned to the client buyer.
|
Client |
Client.setStatus(String status)
The status of the client buyer.
|
Client |
Client.setVisibleToSeller(Boolean visibleToSeller)
Whether the client buyer will be visible to sellers.
|
| Modifier and Type | Method and Description |
|---|---|
List<Client> |
ListClientsResponse.getClients()
The returned list of clients.
|
| Modifier and Type | Method and Description |
|---|---|
ListClientsResponse |
ListClientsResponse.setClients(List<Client> clients)
The returned list of clients.
|
Copyright © 2011–2021 Google. All rights reserved.