| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils.admin.rest.client.api | |
| org.wso2.carbon.apimgt.samples.utils.admin.rest.client.model |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionThrottlePolicy |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGet(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get a Subscription Policy
Retrieve a single subscription-level throttling policy.
|
SubscriptionThrottlePolicy |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPut(String policyId,
SubscriptionThrottlePolicy body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Subscription Policy
Updates an existing subscription-level throttling policy.
|
SubscriptionThrottlePolicy |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPost(SubscriptionThrottlePolicy body,
String contentType)
Add a Subscription Throttling Policy
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SubscriptionThrottlePolicy> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetWithHttpInfo(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get a Subscription Policy
Retrieve a single subscription-level throttling policy.
|
ApiResponse<SubscriptionThrottlePolicy> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutWithHttpInfo(String policyId,
SubscriptionThrottlePolicy body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Subscription Policy
Updates an existing subscription-level throttling policy.
|
ApiResponse<SubscriptionThrottlePolicy> |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostWithHttpInfo(SubscriptionThrottlePolicy body,
String contentType)
Add a Subscription Throttling Policy
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionThrottlePolicy |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPut(String policyId,
SubscriptionThrottlePolicy body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Subscription Policy
Updates an existing subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutAsync(String policyId,
SubscriptionThrottlePolicy body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<SubscriptionThrottlePolicy> callback)
Update a Subscription Policy (asynchronously)
Updates an existing subscription-level throttling policy.
|
ApiResponse<SubscriptionThrottlePolicy> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutWithHttpInfo(String policyId,
SubscriptionThrottlePolicy body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Subscription Policy
Updates an existing subscription-level throttling policy.
|
SubscriptionThrottlePolicy |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPost(SubscriptionThrottlePolicy body,
String contentType)
Add a Subscription Throttling Policy
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostAsync(SubscriptionThrottlePolicy body,
String contentType,
ApiCallback<SubscriptionThrottlePolicy> callback)
Add a Subscription Throttling Policy (asynchronously)
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
ApiResponse<SubscriptionThrottlePolicy> |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostWithHttpInfo(SubscriptionThrottlePolicy body,
String contentType)
Add a Subscription Throttling Policy
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<SubscriptionThrottlePolicy> callback)
Get a Subscription Policy (asynchronously)
Retrieve a single subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutAsync(String policyId,
SubscriptionThrottlePolicy body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<SubscriptionThrottlePolicy> callback)
Update a Subscription Policy (asynchronously)
Updates an existing subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostAsync(SubscriptionThrottlePolicy body,
String contentType,
ApiCallback<SubscriptionThrottlePolicy> callback)
Add a Subscription Throttling Policy (asynchronously)
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionThrottlePolicy> |
SubscriptionThrottlePolicyList.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionThrottlePolicyList |
SubscriptionThrottlePolicyList.addListItem(SubscriptionThrottlePolicy listItem) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionThrottlePolicyList |
SubscriptionThrottlePolicyList.list(List<SubscriptionThrottlePolicy> list) |
void |
SubscriptionThrottlePolicyList.setList(List<SubscriptionThrottlePolicy> list) |
Copyright © 2018 WSO2 Inc. All rights reserved.