Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
AccountUser |
AccountUser.clone() |
AccountUser |
AccountUser.set(String fieldName,
Object value) |
AccountUser |
AccountUser.setAdmin(Boolean admin)
Whether user is an admin.
|
AccountUser |
AccountUser.setEmailAddress(String emailAddress)
User's email address.
|
AccountUser |
AccountUser.setOrderManager(Boolean orderManager)
Whether user is an order manager.
|
AccountUser |
AccountUser.setPaymentsAnalyst(Boolean paymentsAnalyst)
Whether user can access payment statements.
|
AccountUser |
AccountUser.setPaymentsManager(Boolean paymentsManager)
Whether user can manage payment settings.
|
AccountUser |
AccountUser.setReportingManager(Boolean reportingManager)
Whether user is a reporting manager.
|
Modifier and Type | Method and Description |
---|---|
List<AccountUser> |
Account.getUsers()
Users with access to the account.
|
Modifier and Type | Method and Description |
---|---|
Account |
Account.setUsers(List<AccountUser> users)
Users with access to the account.
|
Copyright © 2011–2024 Google. All rights reserved.