|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.services.analytics.Analytics.Management.Experiments
public class Analytics.Management.Experiments
The "experiments" collection of methods.
| Nested Class Summary | |
|---|---|
class |
Analytics.Management.Experiments.Delete
|
class |
Analytics.Management.Experiments.Get
|
class |
Analytics.Management.Experiments.Insert
|
class |
Analytics.Management.Experiments.List
|
class |
Analytics.Management.Experiments.Patch
|
class |
Analytics.Management.Experiments.Update
|
| Constructor Summary | |
|---|---|
Analytics.Management.Experiments()
|
|
| Method Summary | |
|---|---|
Analytics.Management.Experiments.Delete |
delete(String accountId,
String webPropertyId,
String profileId,
String experimentId)
Delete an experiment. |
Analytics.Management.Experiments.Get |
get(String accountId,
String webPropertyId,
String profileId,
String experimentId)
Returns an experiment to which the user has access. |
Analytics.Management.Experiments.Insert |
insert(String accountId,
String webPropertyId,
String profileId,
Experiment content)
Create a new experiment. |
Analytics.Management.Experiments.List |
list(String accountId,
String webPropertyId,
String profileId)
Lists experiments to which the user has access. |
Analytics.Management.Experiments.Patch |
patch(String accountId,
String webPropertyId,
String profileId,
String experimentId,
Experiment content)
Update an existing experiment. |
Analytics.Management.Experiments.Update |
update(String accountId,
String webPropertyId,
String profileId,
String experimentId,
Experiment content)
Update an existing experiment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Analytics.Management.Experiments()
| Method Detail |
|---|
public Analytics.Management.Experiments.Delete delete(String accountId,
String webPropertyId,
String profileId,
String experimentId)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
accountId - Account ID to which the experiment belongswebPropertyId - Web property ID to which the experiment belongsprofileId - Profile ID to which the experiment belongsexperimentId - ID of the experiment to delete
IOException
public Analytics.Management.Experiments.Get get(String accountId,
String webPropertyId,
String profileId,
String experimentId)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
accountId - Account ID to retrieve the experiment for.webPropertyId - Web property ID to retrieve the experiment for.profileId - Profile ID to retrieve the experiment for.experimentId - Experiment ID to retrieve the experiment for.
IOException
public Analytics.Management.Experiments.Insert insert(String accountId,
String webPropertyId,
String profileId,
Experiment content)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
accountId - Account ID to create the experiment for.webPropertyId - Web property ID to create the experiment for.profileId - Profile ID to create the experiment for.content - the Experiment
IOException
public Analytics.Management.Experiments.List list(String accountId,
String webPropertyId,
String profileId)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
accountId - Account ID to retrieve experiments for.webPropertyId - Web property ID to retrieve experiments for.profileId - Profile ID to retrieve experiments for.
IOException
public Analytics.Management.Experiments.Patch patch(String accountId,
String webPropertyId,
String profileId,
String experimentId,
Experiment content)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
accountId - Account ID of the experiment to update.webPropertyId - Web property ID of the experiment to update.profileId - Profile ID of the experiment to update.experimentId - Experiment ID of the experiment to update.content - the Experiment
IOException
public Analytics.Management.Experiments.Update update(String accountId,
String webPropertyId,
String profileId,
String experimentId,
Experiment content)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
accountId - Account ID of the experiment to update.webPropertyId - Web property ID of the experiment to update.profileId - Profile ID of the experiment to update.experimentId - Experiment ID of the experiment to update.content - the Experiment
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||