public class AdExchangeBuyerII.Accounts.Clients.Users extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Accounts.Clients.Users.Get |
class |
AdExchangeBuyerII.Accounts.Clients.Users.List |
class |
AdExchangeBuyerII.Accounts.Clients.Users.Update |
| Constructor and Description |
|---|
Users() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Clients.Users.Get |
get(Long accountId,
Long clientAccountId,
Long userId)
Retrieves an existing client user.
|
AdExchangeBuyerII.Accounts.Clients.Users.List |
list(Long accountId,
String clientAccountId)
Lists all the known client users for a specified sponsor buyer account ID.
|
AdExchangeBuyerII.Accounts.Clients.Users.Update |
update(Long accountId,
Long clientAccountId,
Long userId,
ClientUser content)
Updates an existing client user.
|
public AdExchangeBuyerII.Accounts.Clients.Users.Get get(Long accountId, Long clientAccountId, Long userId) 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 to be retrieved is associated with.
(required)userId - Numerical identifier of the user to retrieve. (required)IOExceptionpublic AdExchangeBuyerII.Accounts.Clients.Users.List list(Long accountId, String clientAccountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Numerical account ID of the sponsor buyer of the client to list users for. (required)clientAccountId - The account ID of the client buyer to list users for. (required) You must specify either a string
representation of a numerical account identifier or the `-` character to list all the
client users for all the clients of a given sponsor buyer.IOExceptionpublic AdExchangeBuyerII.Accounts.Clients.Users.Update update(Long accountId, Long clientAccountId, Long userId, ClientUser 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 to be retrieved is associated with.
(required)userId - Numerical identifier of the user to retrieve. (required)content - the ClientUserIOExceptionCopyright © 2011–2021 Google. All rights reserved.