Google Analytics API v2.4 (revision 33)



com.google.api.services.analytics
Class Analytics.Management.Webproperties

java.lang.Object
  extended by com.google.api.services.analytics.Analytics.Management.Webproperties
Enclosing class:
Analytics.Management

public class Analytics.Management.Webproperties
extends Object

The "webproperties" collection of methods.


Nested Class Summary
 class Analytics.Management.Webproperties.List
           
 
Constructor Summary
Analytics.Management.Webproperties()
           
 
Method Summary
 Analytics.Management.Webproperties.List list(String accountId)
          Lists web properties to which the user has access.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analytics.Management.Webproperties

public Analytics.Management.Webproperties()
Method Detail

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