| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.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 |
Subscription.getApplicationInfo()
Get applicationInfo
|
Application |
Application.name(String name) |
Application |
Application.subscriber(String subscriber) |
Application |
Application.throttlingTier(String throttlingTier) |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.applicationInfo(Application applicationInfo) |
void |
Subscription.setApplicationInfo(Application applicationInfo) |
Copyright © 2018 WSO2. All rights reserved.