| 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 |
|---|---|
SubscriptionDTO |
SubscriptionsApi.subscriptionsPost(SubscriptionDTO body,
String xWSO2Tenant)
Add a new subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
SubscriptionDTO |
SubscriptionsApi.subscriptionsSubscriptionIdGet(String subscriptionId,
String ifNoneMatch)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
SubscriptionDTO |
SubscriptionsApi.subscriptionsSubscriptionIdPut(SubscriptionDTO body,
String subscriptionId,
String xWSO2Tenant)
Update existing subscription
This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionDTO> |
SubscriptionsApi.subscriptionsMultiplePost(List<SubscriptionDTO> body,
String xWSO2Tenant)
Add new subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
ApiResponse<List<SubscriptionDTO>> |
SubscriptionsApi.subscriptionsMultiplePostWithHttpInfo(List<SubscriptionDTO> body,
String xWSO2Tenant)
Add new subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsPostWithHttpInfo(SubscriptionDTO body,
String xWSO2Tenant)
Add a new subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsSubscriptionIdGetWithHttpInfo(String subscriptionId,
String ifNoneMatch)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsSubscriptionIdPutWithHttpInfo(SubscriptionDTO body,
String subscriptionId,
String xWSO2Tenant)
Update existing subscription
This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionDTO |
SubscriptionsApi.subscriptionsPost(SubscriptionDTO body,
String xWSO2Tenant)
Add a new subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsPostAsync(SubscriptionDTO body,
String xWSO2Tenant,
ApiCallback<SubscriptionDTO> callback)
Add a new subscription (asynchronously)
This operation can be used to add a new subscription providing the id of the API and the application.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsPostCall(SubscriptionDTO body,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsPost
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsPostWithHttpInfo(SubscriptionDTO body,
String xWSO2Tenant)
Add a new subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
SubscriptionDTO |
SubscriptionsApi.subscriptionsSubscriptionIdPut(SubscriptionDTO body,
String subscriptionId,
String xWSO2Tenant)
Update existing subscription
This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsSubscriptionIdPutAsync(SubscriptionDTO body,
String subscriptionId,
String xWSO2Tenant,
ApiCallback<SubscriptionDTO> callback)
Update existing subscription (asynchronously)
This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsSubscriptionIdPutCall(SubscriptionDTO body,
String subscriptionId,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsSubscriptionIdPut
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsSubscriptionIdPutWithHttpInfo(SubscriptionDTO body,
String subscriptionId,
String xWSO2Tenant)
Update existing subscription
This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionDTO> |
SubscriptionsApi.subscriptionsMultiplePost(List<SubscriptionDTO> body,
String xWSO2Tenant)
Add new subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsMultiplePostAsync(List<SubscriptionDTO> body,
String xWSO2Tenant,
ApiCallback<List<SubscriptionDTO>> callback)
Add new subscriptions (asynchronously)
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsMultiplePostAsync(List<SubscriptionDTO> body,
String xWSO2Tenant,
ApiCallback<List<SubscriptionDTO>> callback)
Add new subscriptions (asynchronously)
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsMultiplePostCall(List<SubscriptionDTO> body,
String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsMultiplePost
|
ApiResponse<List<SubscriptionDTO>> |
SubscriptionsApi.subscriptionsMultiplePostWithHttpInfo(List<SubscriptionDTO> body,
String xWSO2Tenant)
Add new subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsPostAsync(SubscriptionDTO body,
String xWSO2Tenant,
ApiCallback<SubscriptionDTO> callback)
Add a new subscription (asynchronously)
This operation can be used to add a new subscription providing the id of the API and the application.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsSubscriptionIdGetAsync(String subscriptionId,
String ifNoneMatch,
ApiCallback<SubscriptionDTO> callback)
Get details of a subscription (asynchronously)
This operation can be used to get details of a single subscription.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsSubscriptionIdPutAsync(SubscriptionDTO body,
String subscriptionId,
String xWSO2Tenant,
ApiCallback<SubscriptionDTO> callback)
Update existing subscription (asynchronously)
This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionDTO |
SubscriptionDTO.apiId(String apiId) |
SubscriptionDTO |
SubscriptionDTO.apiInfo(APIInfoDTO apiInfo) |
SubscriptionDTO |
SubscriptionDTO.applicationId(String applicationId) |
SubscriptionDTO |
SubscriptionDTO.applicationInfo(ApplicationInfoDTO applicationInfo) |
SubscriptionDTO |
SubscriptionDTO.redirectionParams(String redirectionParams) |
SubscriptionDTO |
SubscriptionDTO.requestedThrottlingPolicy(String requestedThrottlingPolicy) |
SubscriptionDTO |
SubscriptionDTO.status(SubscriptionDTO.StatusEnum status) |
SubscriptionDTO |
SubscriptionDTO.subscriptionId(String subscriptionId) |
SubscriptionDTO |
SubscriptionDTO.throttlingPolicy(String throttlingPolicy) |
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionDTO> |
SubscriptionListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionListDTO |
SubscriptionListDTO.addListItem(SubscriptionDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionListDTO |
SubscriptionListDTO.list(List<SubscriptionDTO> list) |
void |
SubscriptionListDTO.setList(List<SubscriptionDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.