| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
AccountRef |
AccountRef.clone() |
AccountRef |
EntityUserLink.Entity.getAccountRef()
Account for this link.
|
AccountRef |
AccountRef.set(java.lang.String fieldName,
java.lang.Object value) |
AccountRef |
AccountRef.setHref(java.lang.String href)
Link for this account.
|
AccountRef |
AccountRef.setId(java.lang.String id)
Account ID.
|
AccountRef |
AccountRef.setKind(java.lang.String kind)
Analytics account reference.
|
AccountRef |
AccountRef.setName(java.lang.String name)
Account name.
|
| Modifier and Type | Method and Description |
|---|---|
EntityUserLink.Entity |
EntityUserLink.Entity.setAccountRef(AccountRef accountRef)
Account for this link.
|