| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionList |
SubscriptionCollectionApi.subscriptionsGet(String apiId,
Integer limit,
Integer offset,
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<SubscriptionList> |
SubscriptionCollectionApi.subscriptionsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
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 |
|---|---|
com.squareup.okhttp.Call |
SubscriptionCollectionApi.subscriptionsGetAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<SubscriptionList> 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 |
|---|---|
SubscriptionList |
SubscriptionList.addListItem(Subscription listItem) |
SubscriptionList |
SubscriptionList.count(Integer count) |
SubscriptionList |
SubscriptionList.list(List<Subscription> list) |
SubscriptionList |
SubscriptionList.next(String next) |
SubscriptionList |
SubscriptionList.previous(String previous) |
Copyright © 2018 WSO2. All rights reserved.