| 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 |
|---|---|
SubscriptionListDTO |
SubscriptionsApi.getSubscriptions(String apiUUID,
String applicationUUID,
String tenantDomain)
Get Subscriptions stored in in-memory
This operation is used to get the Subscriptions from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SubscriptionListDTO> |
SubscriptionsApi.getSubscriptionsWithHttpInfo(String apiUUID,
String applicationUUID,
String tenantDomain)
Get Subscriptions stored in in-memory
This operation is used to get the Subscriptions from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SubscriptionsApi.getSubscriptionsAsync(String apiUUID,
String applicationUUID,
String tenantDomain,
ApiCallback<SubscriptionListDTO> callback)
Get Subscriptions stored in in-memory (asynchronously)
This operation is used to get the Subscriptions from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionListDTO |
SubscriptionListDTO.addListItem(SubscriptionDTO listItem) |
SubscriptionListDTO |
SubscriptionListDTO.count(Integer count) |
SubscriptionListDTO |
SubscriptionListDTO.list(List<SubscriptionDTO> list) |
Copyright © 2022 WSO2 Inc. All rights reserved.