| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.clone() |
Account |
AccountTreeResponse.getAccount()
The account created.
|
Account |
AccountTicket.getAccount()
Account for this ticket.
|
Account |
Account.set(String fieldName,
Object value) |
Account |
Account.setChildLink(Account.ChildLink childLink)
Child link for an account entry.
|
Account |
Account.setCreated(DateTime created)
Time the account was created.
|
Account |
Account.setId(String id)
Account ID.
|
Account |
Account.setKind(String kind)
Resource type for Analytics account.
|
Account |
Account.setName(String name)
Account name.
|
Account |
Account.setPermissions(Account.Permissions permissions)
Permissions the user has for this account.
|
Account |
Account.setSelfLink(String selfLink)
Link for this account.
|
Account |
Account.setStarred(Boolean starred)
Indicates whether this account is starred or not.
|
Account |
Account.setUpdated(DateTime updated)
Time the account was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
Accounts.getItems()
A list of accounts.
|
| Modifier and Type | Method and Description |
|---|---|
AccountTreeResponse |
AccountTreeResponse.setAccount(Account account)
The account created.
|
AccountTicket |
AccountTicket.setAccount(Account account)
Account for this ticket.
|
| Modifier and Type | Method and Description |
|---|---|
Accounts |
Accounts.setItems(List<Account> items)
A list of accounts.
|
Copyright © 2011–2022 Google. All rights reserved.