Google Analytics API v3 (revision 41)



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

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

public class Analytics.Management
extends Object

The "management" collection of methods.


Nested Class Summary
 class Analytics.Management.Accounts
          The "accounts" collection of methods.
 class Analytics.Management.CustomDataSources
          The "customDataSources" collection of methods.
 class Analytics.Management.DailyUploads
          The "dailyUploads" collection of methods.
 class Analytics.Management.Experiments
          The "experiments" collection of methods.
 class Analytics.Management.Goals
          The "goals" collection of methods.
 class Analytics.Management.Profiles
          The "profiles" collection of methods.
 class Analytics.Management.Segments
          The "segments" collection of methods.
 class Analytics.Management.Webproperties
          The "webproperties" collection of methods.
 
Constructor Summary
Analytics.Management()
           
 
Method Summary
 Analytics.Management.Accounts accounts()
          An accessor for creating requests from the Accounts collection.
 Analytics.Management.CustomDataSources customDataSources()
          An accessor for creating requests from the CustomDataSources collection.
 Analytics.Management.DailyUploads dailyUploads()
          An accessor for creating requests from the DailyUploads collection.
 Analytics.Management.Experiments experiments()
          An accessor for creating requests from the Experiments collection.
 Analytics.Management.Goals goals()
          An accessor for creating requests from the Goals collection.
 Analytics.Management.Profiles profiles()
          An accessor for creating requests from the Profiles collection.
 Analytics.Management.Segments segments()
          An accessor for creating requests from the Segments collection.
 Analytics.Management.Webproperties webproperties()
          An accessor for creating requests from the Webproperties collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analytics.Management

public Analytics.Management()
Method Detail

accounts

public Analytics.Management.Accounts accounts()
An accessor for creating requests from the Accounts collection.

The typical use is:

   Analytics analytics = new Analytics(...);
   Analytics.Accounts.List request = analytics.accounts().list(parameters ...)
 

Returns:
the resource collection

customDataSources

public Analytics.Management.CustomDataSources customDataSources()
An accessor for creating requests from the CustomDataSources collection.

The typical use is:

   Analytics analytics = new Analytics(...);
   Analytics.CustomDataSources.List request = analytics.customDataSources().list(parameters ...)
 

Returns:
the resource collection

dailyUploads

public Analytics.Management.DailyUploads dailyUploads()
An accessor for creating requests from the DailyUploads collection.

The typical use is:

   Analytics analytics = new Analytics(...);
   Analytics.DailyUploads.List request = analytics.dailyUploads().list(parameters ...)
 

Returns:
the resource collection

experiments

public Analytics.Management.Experiments experiments()
An accessor for creating requests from the Experiments collection.

The typical use is:

   Analytics analytics = new Analytics(...);
   Analytics.Experiments.List request = analytics.experiments().list(parameters ...)
 

Returns:
the resource collection

goals

public Analytics.Management.Goals goals()
An accessor for creating requests from the Goals collection.

The typical use is:

   Analytics analytics = new Analytics(...);
   Analytics.Goals.List request = analytics.goals().list(parameters ...)
 

Returns:
the resource collection

profiles

public Analytics.Management.Profiles profiles()
An accessor for creating requests from the Profiles collection.

The typical use is:

   Analytics analytics = new Analytics(...);
   Analytics.Profiles.List request = analytics.profiles().list(parameters ...)
 

Returns:
the resource collection

segments

public Analytics.Management.Segments segments()
An accessor for creating requests from the Segments collection.

The typical use is:

   Analytics analytics = new Analytics(...);
   Analytics.Segments.List request = analytics.segments().list(parameters ...)
 

Returns:
the resource collection

webproperties

public Analytics.Management.Webproperties webproperties()
An accessor for creating requests from the Webproperties collection.

The typical use is:

   Analytics analytics = new Analytics(...);
   Analytics.Webproperties.List request = analytics.webproperties().list(parameters ...)
 

Returns:
the resource collection