public class Analytics.Management.WebpropertyUserLinks
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.WebpropertyUserLinks.Delete |
class |
Analytics.Management.WebpropertyUserLinks.Insert |
class |
Analytics.Management.WebpropertyUserLinks.List |
class |
Analytics.Management.WebpropertyUserLinks.Update |
| Constructor and Description |
|---|
Analytics.Management.WebpropertyUserLinks() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.WebpropertyUserLinks.Delete |
delete(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String linkId)
Removes a user from the given web property.
|
Analytics.Management.WebpropertyUserLinks.Insert |
insert(java.lang.String accountId,
java.lang.String webPropertyId,
EntityUserLink content)
Adds a new user to the given web property.
|
Analytics.Management.WebpropertyUserLinks.List |
list(java.lang.String accountId,
java.lang.String webPropertyId)
Lists webProperty-user links for a given web property.
|
Analytics.Management.WebpropertyUserLinks.Update |
update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String linkId,
EntityUserLink content)
Updates permissions for an existing user on the given web property.
|
public Analytics.Management.WebpropertyUserLinks()
public Analytics.Management.WebpropertyUserLinks.Delete delete(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String linkId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to delete the user link for.webPropertyId - Web Property ID to delete the user link for.linkId - Link ID to delete the user link for.java.io.IOExceptionpublic Analytics.Management.WebpropertyUserLinks.Insert insert(java.lang.String accountId, java.lang.String webPropertyId, EntityUserLink content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create the user link for.webPropertyId - Web Property ID to create the user link for.content - the EntityUserLinkjava.io.IOExceptionpublic Analytics.Management.WebpropertyUserLinks.List list(java.lang.String accountId, java.lang.String webPropertyId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID which the given web property belongs to.webPropertyId - Web Property ID for the webProperty-user links to retrieve. Can either be a specific web property ID
or '~all', which refers to all the web properties that user has access to.java.io.IOExceptionpublic Analytics.Management.WebpropertyUserLinks.Update update(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String linkId, EntityUserLink content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to update the account-user link for.webPropertyId - Web property ID to update the account-user link for.linkId - Link ID to update the account-user link for.content - the EntityUserLinkjava.io.IOException