Google Analytics API v3 (revision 41)



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

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

public class Analytics.Management.CustomDataSources
extends Object

The "customDataSources" collection of methods.


Nested Class Summary
 class Analytics.Management.CustomDataSources.List
           
 
Constructor Summary
Analytics.Management.CustomDataSources()
           
 
Method Summary
 Analytics.Management.CustomDataSources.List list(String accountId, String webPropertyId)
          List custom data sources 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.CustomDataSources

public Analytics.Management.CustomDataSources()
Method Detail

list

public Analytics.Management.CustomDataSources.List list(String accountId,
                                                        String webPropertyId)
                                                 throws IOException
List custom data sources to which the user has access. Create a request for the method "customDataSources.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 for the custom data sources to retrieve.
webPropertyId - Web property Id for the custom data sources to retrieve.
Returns:
the request
Throws:
IOException