| 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 subscriptionDTO,
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(String subscriptionId,
SubscriptionDTO subscriptionDTO,
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> subscriptionDTO,
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> subscriptionDTO,
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 subscriptionDTO,
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(String subscriptionId,
SubscriptionDTO subscriptionDTO,
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 subscriptionDTO,
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.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsPostAsync(SubscriptionDTO subscriptionDTO,
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.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsPostCall(SubscriptionDTO subscriptionDTO,
String xWSO2Tenant,
ApiCallback _callback)
Build call for subscriptionsPost
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsPostWithHttpInfo(SubscriptionDTO subscriptionDTO,
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(String subscriptionId,
SubscriptionDTO subscriptionDTO,
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.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsSubscriptionIdPutAsync(String subscriptionId,
SubscriptionDTO subscriptionDTO,
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.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsSubscriptionIdPutCall(String subscriptionId,
SubscriptionDTO subscriptionDTO,
String xWSO2Tenant,
ApiCallback _callback)
Build call for subscriptionsSubscriptionIdPut
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsSubscriptionIdPutWithHttpInfo(String subscriptionId,
SubscriptionDTO subscriptionDTO,
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> subscriptionDTO,
String xWSO2Tenant)
Add New Subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsMultiplePostAsync(List<SubscriptionDTO> subscriptionDTO,
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.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsMultiplePostAsync(List<SubscriptionDTO> subscriptionDTO,
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.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsMultiplePostCall(List<SubscriptionDTO> subscriptionDTO,
String xWSO2Tenant,
ApiCallback _callback)
Build call for subscriptionsMultiplePost
|
ApiResponse<List<SubscriptionDTO>> |
SubscriptionsApi.subscriptionsMultiplePostWithHttpInfo(List<SubscriptionDTO> subscriptionDTO,
String xWSO2Tenant)
Add New Subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsPostAsync(SubscriptionDTO subscriptionDTO,
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.
|
okhttp3.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.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsSubscriptionIdPutAsync(String subscriptionId,
SubscriptionDTO subscriptionDTO,
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.list(List<SubscriptionDTO> list) |
void |
SubscriptionListDTO.setList(List<SubscriptionDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.