| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.api | |
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.model |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionMultitpleApi.subscriptionsMultiplePost(List<Subscription> body,
String contentType)
Add new subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
Subscription |
SubscriptionIndividualApi.subscriptionsPost(Subscription body,
String contentType)
Add a new subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
Subscription |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGet(String subscriptionId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Subscription> |
SubscriptionMultitpleApi.subscriptionsMultiplePostWithHttpInfo(List<Subscription> body,
String contentType)
Add new subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
ApiResponse<Subscription> |
SubscriptionIndividualApi.subscriptionsPostWithHttpInfo(Subscription body,
String contentType)
Add a new subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
ApiResponse<Subscription> |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGetWithHttpInfo(String subscriptionId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionIndividualApi.subscriptionsPost(Subscription body,
String contentType)
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 |
SubscriptionIndividualApi.subscriptionsPostAsync(Subscription body,
String contentType,
ApiCallback<Subscription> 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.
|
ApiResponse<Subscription> |
SubscriptionIndividualApi.subscriptionsPostWithHttpInfo(Subscription body,
String contentType)
Add a new subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionMultitpleApi.subscriptionsMultiplePost(List<Subscription> body,
String contentType)
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 |
SubscriptionMultitpleApi.subscriptionsMultiplePostAsync(List<Subscription> body,
String contentType,
ApiCallback<Subscription> 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 |
SubscriptionMultitpleApi.subscriptionsMultiplePostAsync(List<Subscription> body,
String contentType,
ApiCallback<Subscription> callback)
Add new subscriptions (asynchronously)
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
ApiResponse<Subscription> |
SubscriptionMultitpleApi.subscriptionsMultiplePostWithHttpInfo(List<Subscription> body,
String contentType)
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 |
SubscriptionIndividualApi.subscriptionsPostAsync(Subscription body,
String contentType,
ApiCallback<Subscription> 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 |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGetAsync(String subscriptionId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Subscription> callback)
Get details of a subscription (asynchronously)
This operation can be used to get details of a single subscription.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.apiIdentifier(String apiIdentifier) |
Subscription |
Subscription.applicationId(String applicationId) |
Subscription |
Subscription.status(Subscription.StatusEnum status) |
Subscription |
Subscription.subscriptionId(String subscriptionId) |
Subscription |
Subscription.tier(String tier) |
| Modifier and Type | Method and Description |
|---|---|
List<Subscription> |
SubscriptionList.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionList |
SubscriptionList.addListItem(Subscription listItem) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionList |
SubscriptionList.list(List<Subscription> list) |
void |
SubscriptionList.setList(List<Subscription> list) |
Copyright © 2018 WSO2 Inc. All rights reserved.