public class Apigee.Organizations.Apps extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Apps.Get |
class |
Apigee.Organizations.Apps.List |
| Constructor and Description |
|---|
Apps() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Apps.Get |
get(String name)
Gets the app profile for the specified app ID.
|
Apigee.Organizations.Apps.List |
list(String parent)
Lists IDs of apps within an organization that have the specified app status (approved or revoked)
or are of the specified app type (developer or company).
|
public Apigee.Organizations.Apps.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. App ID in the following format: `organizations/{org}/apps/{app}`IOExceptionpublic Apigee.Organizations.Apps.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Resource path of the parent in the following format: `organizations/{org}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.