list
public Analytics.Management.Webproperties.List list(java.lang.String accountId)
throws java.io.IOException
Lists web properties to which the user has access.
Create a request for the method "webproperties.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 to retrieve web properties for. Can either be a specific account ID or '~all', which
refers to all the accounts that user has access to.
- Returns:
- the request
- Throws:
java.io.IOException