| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionListDTO |
SubscriptionsApi.getSubscriptions(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
String query)
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.getSubscriptionsWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
String query)
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.getSubscriptionsAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
String query,
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.