public class Analytics.Management.AccountUserLinks extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.AccountUserLinks.Delete |
class |
Analytics.Management.AccountUserLinks.Insert |
class |
Analytics.Management.AccountUserLinks.List |
class |
Analytics.Management.AccountUserLinks.Update |
| Constructor and Description |
|---|
AccountUserLinks() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.AccountUserLinks.Delete |
delete(String accountId,
String linkId)
Removes a user from the given account.
|
Analytics.Management.AccountUserLinks.Insert |
insert(String accountId,
EntityUserLink content)
Adds a new user to the given account.
|
Analytics.Management.AccountUserLinks.List |
list(String accountId)
Lists account-user links for a given account.
|
Analytics.Management.AccountUserLinks.Update |
update(String accountId,
String linkId,
EntityUserLink content)
Updates permissions for an existing user on the given account.
|
public Analytics.Management.AccountUserLinks.Delete delete(String accountId, String linkId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to delete the user link for.linkId - Link ID to delete the user link for.IOExceptionpublic Analytics.Management.AccountUserLinks.Insert insert(String accountId, EntityUserLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create the user link for.content - the EntityUserLinkIOExceptionpublic Analytics.Management.AccountUserLinks.List list(String accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve the user links for.IOExceptionpublic Analytics.Management.AccountUserLinks.Update update(String accountId, String linkId, EntityUserLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to update the account-user link for.linkId - Link ID to update the account-user link for.content - the EntityUserLinkIOExceptionCopyright © 2011–2022 Google. All rights reserved.