public class Apigee.Organizations.Developers.Apps extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Developers.Apps.Attributes
The "attributes" collection of methods.
|
class |
Apigee.Organizations.Developers.Apps.AttributesRequest |
class |
Apigee.Organizations.Developers.Apps.Create |
class |
Apigee.Organizations.Developers.Apps.Delete |
class |
Apigee.Organizations.Developers.Apps.GenerateKeyPairOrUpdateDeveloperAppStatus |
class |
Apigee.Organizations.Developers.Apps.Get |
class |
Apigee.Organizations.Developers.Apps.Keys
The "keys" collection of methods.
|
class |
Apigee.Organizations.Developers.Apps.List |
class |
Apigee.Organizations.Developers.Apps.Update |
| Constructor and Description |
|---|
Apps() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Developers.Apps.Attributes |
attributes()
An accessor for creating requests from the Attributes collection.
|
Apigee.Organizations.Developers.Apps.AttributesRequest |
attributes(String name,
GoogleCloudApigeeV1Attributes content)
Updates attributes for a developer app.
|
Apigee.Organizations.Developers.Apps.Create |
create(String parent,
GoogleCloudApigeeV1DeveloperApp content)
Creates an app associated with a developer.
|
Apigee.Organizations.Developers.Apps.Delete |
delete(String name)
Deletes a developer app.
|
Apigee.Organizations.Developers.Apps.GenerateKeyPairOrUpdateDeveloperAppStatus |
generateKeyPairOrUpdateDeveloperAppStatus(String name,
GoogleCloudApigeeV1DeveloperApp content)
Manages access to a developer app by enabling you to: * Approve or revoke a developer app *
Generate a new consumer key and secret for a developer app To approve or revoke a developer app,
set the `action` query parameter to `approve` or `revoke`, respectively, and the `Content-Type`
header to `application/octet-stream`.
|
Apigee.Organizations.Developers.Apps.Get |
get(String name)
Returns the details for a developer app.
|
Apigee.Organizations.Developers.Apps.Keys |
keys()
An accessor for creating requests from the Keys collection.
|
Apigee.Organizations.Developers.Apps.List |
list(String parent)
Lists all apps created by a developer in an Apigee organization.
|
Apigee.Organizations.Developers.Apps.Update |
update(String name,
GoogleCloudApigeeV1DeveloperApp content)
Updates the details for a developer app.
|
public Apigee.Organizations.Developers.Apps.AttributesRequest attributes(String name, GoogleCloudApigeeV1Attributes content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the developer app. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/apps/{app}`content - the GoogleCloudApigeeV1AttributesIOExceptionpublic Apigee.Organizations.Developers.Apps.Create create(String parent, GoogleCloudApigeeV1DeveloperApp content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}`content - the GoogleCloudApigeeV1DeveloperAppIOExceptionpublic Apigee.Organizations.Developers.Apps.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the developer app. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/apps/{app}`IOExceptionpublic Apigee.Organizations.Developers.Apps.GenerateKeyPairOrUpdateDeveloperAppStatus generateKeyPairOrUpdateDeveloperAppStatus(String name, GoogleCloudApigeeV1DeveloperApp content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke
the remote operation.name - Required. Name of the developer app. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/apps/{app}`content - the GoogleCloudApigeeV1DeveloperAppIOExceptionpublic Apigee.Organizations.Developers.Apps.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the developer app. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/apps/{app}`IOExceptionpublic Apigee.Organizations.Developers.Apps.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}`IOExceptionpublic Apigee.Organizations.Developers.Apps.Update update(String name, GoogleCloudApigeeV1DeveloperApp content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the developer app. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/apps/{app}`content - the GoogleCloudApigeeV1DeveloperAppIOExceptionpublic Apigee.Organizations.Developers.Apps.Attributes attributes()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Attributes.List request = apigee.attributes().list(parameters ...)
public Apigee.Organizations.Developers.Apps.Keys keys()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Keys.List request = apigee.keys().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.