public class Analytics.Management.Profiles extends Object
Modifier and Type | Class and Description |
---|---|
class |
Analytics.Management.Profiles.List |
Constructor and Description |
---|
Analytics.Management.Profiles() |
Modifier and Type | Method and Description |
---|---|
Analytics.Management.Profiles.List |
list(String accountId,
String webPropertyId)
Lists profiles to which the user has access.
|
public Analytics.Management.Profiles.List list(String accountId, String webPropertyId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.accountId
- Account ID for the profiles to retrieve. Can either be a specific account ID or '~all', which refers
to all the accounts to which the user has access.webPropertyId
- Web property ID for the profiles to retrieve. Can either be a specific web property ID or '~all',
which refers to all the web properties to which the user has access.IOException