Package | Description |
---|---|
com.google.api.services.analytics | |
com.google.api.services.analytics.model |
Modifier and Type | Method and Description |
---|---|
Analytics.Management.AccountUserLinks.Insert |
Analytics.Management.AccountUserLinks.insert(String accountId,
EntityUserLink content)
Adds a new user to the given account.
|
Analytics.Management.WebpropertyUserLinks.Insert |
Analytics.Management.WebpropertyUserLinks.insert(String accountId,
String webPropertyId,
EntityUserLink content)
Adds a new user to the given web property.
|
Analytics.Management.ProfileUserLinks.Insert |
Analytics.Management.ProfileUserLinks.insert(String accountId,
String webPropertyId,
String profileId,
EntityUserLink content)
Adds a new user to the given view (profile).
|
Analytics.Management.AccountUserLinks.Update |
Analytics.Management.AccountUserLinks.update(String accountId,
String linkId,
EntityUserLink content)
Updates permissions for an existing user on the given account.
|
Analytics.Management.WebpropertyUserLinks.Update |
Analytics.Management.WebpropertyUserLinks.update(String accountId,
String webPropertyId,
String linkId,
EntityUserLink content)
Updates permissions for an existing user on the given web property.
|
Analytics.Management.ProfileUserLinks.Update |
Analytics.Management.ProfileUserLinks.update(String accountId,
String webPropertyId,
String profileId,
String linkId,
EntityUserLink content)
Updates permissions for an existing user on the given view (profile).
|
Constructor and Description |
---|
Analytics.Management.AccountUserLinks.Insert(String accountId,
EntityUserLink content)
Adds a new user to the given account.
|
Analytics.Management.AccountUserLinks.Update(String accountId,
String linkId,
EntityUserLink content)
Updates permissions for an existing user on the given account.
|
Analytics.Management.ProfileUserLinks.Insert(String accountId,
String webPropertyId,
String profileId,
EntityUserLink content)
Adds a new user to the given view (profile).
|
Analytics.Management.ProfileUserLinks.Update(String accountId,
String webPropertyId,
String profileId,
String linkId,
EntityUserLink content)
Updates permissions for an existing user on the given view (profile).
|
Analytics.Management.WebpropertyUserLinks.Insert(String accountId,
String webPropertyId,
EntityUserLink content)
Adds a new user to the given web property.
|
Analytics.Management.WebpropertyUserLinks.Update(String accountId,
String webPropertyId,
String linkId,
EntityUserLink content)
Updates permissions for an existing user on the given web property.
|
Modifier and Type | Method and Description |
---|---|
EntityUserLink |
EntityUserLink.clone() |
EntityUserLink |
EntityUserLink.set(String fieldName,
Object value) |
EntityUserLink |
EntityUserLink.setEntity(EntityUserLink.Entity entity)
Entity for this link.
|
EntityUserLink |
EntityUserLink.setId(String id)
Entity user link ID
|
EntityUserLink |
EntityUserLink.setKind(String kind)
Resource type for entity user link.
|
EntityUserLink |
EntityUserLink.setPermissions(EntityUserLink.Permissions permissions)
Permissions the user has for this entity.
|
EntityUserLink |
EntityUserLink.setSelfLink(String selfLink)
Self link for this resource.
|
EntityUserLink |
EntityUserLink.setUserRef(UserRef userRef)
User reference.
|
Modifier and Type | Method and Description |
---|---|
List<EntityUserLink> |
EntityUserLinks.getItems()
A list of entity user links.
|
Modifier and Type | Method and Description |
---|---|
EntityUserLinks |
EntityUserLinks.setItems(List<EntityUserLink> items)
A list of entity user links.
|