| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionListDTO |
SubscriptionsApi.subscriptionsGet(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
String ifNoneMatch)
Get All Subscriptions
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SubscriptionListDTO> |
SubscriptionsApi.subscriptionsGetWithHttpInfo(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
String ifNoneMatch)
Get All Subscriptions
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SubscriptionsApi.subscriptionsGetAsync(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
String ifNoneMatch,
ApiCallback<SubscriptionListDTO> _callback)
Get All Subscriptions (asynchronously)
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionListDTO |
SubscriptionListDTO.count(Integer count) |
SubscriptionListDTO |
SubscriptionListDTO.list(List<SubscriptionDTO> list) |
SubscriptionListDTO |
SubscriptionListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.