public class Apigee.Organizations.Developers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Developers.Apps
The "apps" collection of methods.
|
class |
Apigee.Organizations.Developers.Attributes
The "attributes" collection of methods.
|
class |
Apigee.Organizations.Developers.AttributesRequest |
class |
Apigee.Organizations.Developers.Balance
The "balance" collection of methods.
|
class |
Apigee.Organizations.Developers.Create |
class |
Apigee.Organizations.Developers.Delete |
class |
Apigee.Organizations.Developers.Get |
class |
Apigee.Organizations.Developers.GetBalance |
class |
Apigee.Organizations.Developers.GetMonetizationConfig |
class |
Apigee.Organizations.Developers.List |
class |
Apigee.Organizations.Developers.SetDeveloperStatus |
class |
Apigee.Organizations.Developers.Subscriptions
The "subscriptions" collection of methods.
|
class |
Apigee.Organizations.Developers.Update |
class |
Apigee.Organizations.Developers.UpdateMonetizationConfig |
| Constructor and Description |
|---|
Developers() |
public Apigee.Organizations.Developers.AttributesRequest attributes(String parent, GoogleCloudApigeeV1Attributes content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Email address of the developer for which attributes are being updated. Use the following
structure in your request: `organizations/{org}/developers/{developer_email}`content - the GoogleCloudApigeeV1AttributesIOExceptionpublic Apigee.Organizations.Developers.Create create(String parent, GoogleCloudApigeeV1Developer content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the Apigee organization in which the developer is created. Use the following
structure in your request: `organizations/{org}`.content - the GoogleCloudApigeeV1DeveloperIOExceptionpublic Apigee.Organizations.Developers.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Email address of the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}`IOExceptionpublic Apigee.Organizations.Developers.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Email address of the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}`IOExceptionpublic Apigee.Organizations.Developers.GetBalance getBalance(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Account balance for the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer}/balance`IOExceptionpublic Apigee.Organizations.Developers.GetMonetizationConfig getMonetizationConfig(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Monetization configuration for the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer}/monetizationConfig`IOExceptionpublic Apigee.Organizations.Developers.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the Apigee organization. Use the following structure in your request:
`organizations/{org}`.IOExceptionpublic Apigee.Organizations.Developers.SetDeveloperStatus setDeveloperStatus(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer_id}`IOExceptionpublic Apigee.Organizations.Developers.Update update(String name, GoogleCloudApigeeV1Developer content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Email address of the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}`content - the GoogleCloudApigeeV1DeveloperIOExceptionpublic Apigee.Organizations.Developers.UpdateMonetizationConfig updateMonetizationConfig(String name, GoogleCloudApigeeV1DeveloperMonetizationConfig content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Monetization configuration for the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer}/monetizationConfig`content - the GoogleCloudApigeeV1DeveloperMonetizationConfigIOExceptionpublic Apigee.Organizations.Developers.Apps apps()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Apps.List request = apigee.apps().list(parameters ...)
public Apigee.Organizations.Developers.Attributes attributes()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Attributes.List request = apigee.attributes().list(parameters ...)
public Apigee.Organizations.Developers.Balance balance()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Balance.List request = apigee.balance().list(parameters ...)
public Apigee.Organizations.Developers.Subscriptions subscriptions()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Subscriptions.List request = apigee.subscriptions().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.