| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.clone() |
Account |
AccountTicket.getAccount()
Account for this ticket.
|
Account |
Account.set(java.lang.String fieldName,
java.lang.Object value) |
Account |
Account.setChildLink(Account.ChildLink childLink)
Child link for an account entry.
|
Account |
Account.setCreated(com.google.api.client.util.DateTime created)
Time the account was created.
|
Account |
Account.setId(java.lang.String id)
Account ID.
|
Account |
Account.setKind(java.lang.String kind)
Resource type for Analytics account.
|
Account |
Account.setName(java.lang.String name)
Account name.
|
Account |
Account.setPermissions(Account.Permissions permissions)
Permissions the user has for this account.
|
Account |
Account.setSelfLink(java.lang.String selfLink)
Link for this account.
|
Account |
Account.setUpdated(com.google.api.client.util.DateTime updated)
Time the account was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Account> |
Accounts.getItems()
A list of accounts.
|
| Modifier and Type | Method and Description |
|---|---|
AccountTicket |
AccountTicket.setAccount(Account account)
Account for this ticket.
|
| Modifier and Type | Method and Description |
|---|---|
Accounts |
Accounts.setItems(java.util.List<Account> items)
A list of accounts.
|