Modifier and Type | Class and Description |
---|---|
class |
Analytics.Management.Accounts
The "accounts" 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 and Description |
---|
Analytics.Management() |
Modifier and Type | Method and Description |
---|---|
Analytics.Management.Accounts |
accounts()
An accessor for creating requests from the Accounts 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.
|
public Analytics.Management.Accounts accounts()
The typical use is:
Analytics analytics = new Analytics(...);
Analytics.Accounts.List request = analytics.accounts().list(parameters ...)
public Analytics.Management.Goals goals()
The typical use is:
Analytics analytics = new Analytics(...);
Analytics.Goals.List request = analytics.goals().list(parameters ...)
public Analytics.Management.Profiles profiles()
The typical use is:
Analytics analytics = new Analytics(...);
Analytics.Profiles.List request = analytics.profiles().list(parameters ...)
public Analytics.Management.Segments segments()
The typical use is:
Analytics analytics = new Analytics(...);
Analytics.Segments.List request = analytics.segments().list(parameters ...)
public Analytics.Management.Webproperties webproperties()
The typical use is:
Analytics analytics = new Analytics(...);
Analytics.Webproperties.List request = analytics.webproperties().list(parameters ...)