public class Apigee.Organizations.Environments.Analytics extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Analytics.Admin
The "admin" collection of methods.
|
class |
Apigee.Organizations.Environments.Analytics.Exports
The "exports" collection of methods.
|
| Constructor and Description |
|---|
Analytics() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Analytics.Admin |
admin()
An accessor for creating requests from the Admin collection.
|
Apigee.Organizations.Environments.Analytics.Exports |
exports()
An accessor for creating requests from the Exports collection.
|
public Apigee.Organizations.Environments.Analytics.Admin admin()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Admin.List request = apigee.admin().list(parameters ...)
public Apigee.Organizations.Environments.Analytics.Exports exports()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Exports.List request = apigee.exports().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.