list
public Analytics.Management.Profiles.List list(java.lang.String accountId,
java.lang.String webPropertyId)
throws java.io.IOException
Lists views (profiles) to which the user has access.
Create a request for the method "profiles.list".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
accountId - Account ID for the views (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 views (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.
- Returns:
- the request
- Throws:
java.io.IOException