| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationIndividualApi.applicationsApplicationIdGet(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Application> |
ApplicationIndividualApi.applicationsApplicationIdGetWithHttpInfo(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationIndividualApi.applicationsApplicationIdGetAsync(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Application> callback)
Get details of an application (asynchronously)
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.applicationId(String applicationId) |
Application |
Application.description(String description) |
Application |
Application.groupId(String groupId) |
Application |
Application.name(String name) |
Application |
Application.subscriber(String subscriber) |
Application |
Application.throttlingTier(String throttlingTier) |
Copyright © 2017 WSO2. All rights reserved.