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