| Package | Description |
|---|---|
| org.wso2.am.integration.clients.internal.api | |
| org.wso2.am.integration.clients.internal.api.dto |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
SubscriptionValidationApi.applicationsGet(String xWSO2Tenant,
Integer appId)
Get all applications
This will provide access to applications in database.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ApplicationListDTO> |
SubscriptionValidationApi.applicationsGetWithHttpInfo(String xWSO2Tenant,
Integer appId)
Get all applications
This will provide access to applications in database.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SubscriptionValidationApi.applicationsGetAsync(String xWSO2Tenant,
Integer appId,
ApiCallback<ApplicationListDTO> callback)
Get all applications (asynchronously)
This will provide access to applications in database.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
ApplicationListDTO.addListItem(ApplicationDTO listItem) |
ApplicationListDTO |
ApplicationListDTO.count(Integer count) |
ApplicationListDTO |
ApplicationListDTO.list(List<ApplicationDTO> list) |
ApplicationListDTO |
ApplicationListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.