| 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 |
|---|---|
ApplicationListDTO |
GetApplicationInfoApi.applicationsGet(String name,
String uuid,
String tenantDomain)
Get the applications information by providing the application name or uuid.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ApplicationListDTO> |
GetApplicationInfoApi.applicationsGetWithHttpInfo(String name,
String uuid,
String tenantDomain)
Get the applications information by providing the application name or uuid.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
GetApplicationInfoApi.applicationsGetAsync(String name,
String uuid,
String tenantDomain,
ApiCallback<ApplicationListDTO> callback)
Get the applications information by providing the application name or uuid.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
ApplicationListDTO.addListItem(ApplicationInfoDTO listItem) |
ApplicationListDTO |
ApplicationListDTO.count(Integer count) |
ApplicationListDTO |
ApplicationListDTO.list(List<ApplicationInfoDTO> list) |
Copyright © 2022 WSO2 Inc. All rights reserved.