| Package | Description |
|---|---|
| org.wso2.am.integration.clients.gateway.api.v2 | |
| org.wso2.am.integration.clients.gateway.api.v2.dto |
| Modifier and Type | Method and Description |
|---|---|
APIInfoDTO |
GetApiInfoApi.apisApiIdGet(String apiId,
String tenantDomain)
Get the subscription information of an api by providing the api uuid.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIInfoDTO> |
GetApiInfoApi.apisApiIdGetWithHttpInfo(String apiId,
String tenantDomain)
Get the subscription information of an api by providing the api uuid.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
GetApiInfoApi.apisApiIdGetAsync(String apiId,
String tenantDomain,
ApiCallback<APIInfoDTO> callback)
Get the subscription information of an api by providing the api uuid.
|
| Modifier and Type | Method and Description |
|---|---|
APIInfoDTO |
APIInfoDTO.addSubscripitonsItem(SubscriptionInfoDTO subscripitonsItem) |
APIInfoDTO |
APIInfoDTO.addUrlMappingsItem(URLMappingDTO urlMappingsItem) |
APIInfoDTO |
APIInfoDTO.apiId(Integer apiId) |
APIInfoDTO |
APIInfoDTO.apiType(String apiType) |
APIInfoDTO |
APIInfoDTO.apiUUID(String apiUUID) |
APIInfoDTO |
APIInfoDTO.context(String context) |
APIInfoDTO |
APIInfoDTO.isDefaultVersion(Boolean isDefaultVersion) |
APIInfoDTO |
APIInfoDTO.name(String name) |
APIInfoDTO |
APIInfoDTO.policy(String policy) |
APIInfoDTO |
APIInfoDTO.provider(String provider) |
APIInfoDTO |
APIInfoDTO.status(String status) |
APIInfoDTO |
APIInfoDTO.subscripitons(List<SubscriptionInfoDTO> subscripitons) |
APIInfoDTO |
APIInfoDTO.urlMappings(List<URLMappingDTO> urlMappings) |
APIInfoDTO |
APIInfoDTO.version(String version) |
Copyright © 2022 WSO2 Inc. All rights reserved.