Google Analytics API v2.4 (revision 33)
com.google.api.services.analytics
Class Analytics.Management.Webproperties
java.lang.Object
com.google.api.services.analytics.Analytics.Management.Webproperties
- Enclosing class:
- Analytics.Management
public class Analytics.Management.Webproperties
- extends Object
The "webproperties" collection of methods.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Analytics.Management.Webproperties
public Analytics.Management.Webproperties()
list
public Analytics.Management.Webproperties.List list(String accountId)
throws 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 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:
IOException