| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionThrottlePolicyDTO |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGet(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get a Subscription Policy
Retrieve a single subscription-level throttling policy.
|
SubscriptionThrottlePolicyDTO |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPut(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Subscription Policy
Updates an existing subscription-level throttling policy.
|
SubscriptionThrottlePolicyDTO |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPost(SubscriptionThrottlePolicyDTO 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<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetWithHttpInfo(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get a Subscription Policy
Retrieve a single subscription-level throttling policy.
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutWithHttpInfo(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Subscription Policy
Updates an existing subscription-level throttling policy.
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostWithHttpInfo(SubscriptionThrottlePolicyDTO 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 |
|---|---|
SubscriptionThrottlePolicyDTO |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPut(String policyId,
SubscriptionThrottlePolicyDTO 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,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<SubscriptionThrottlePolicyDTO> callback)
Update a Subscription Policy (asynchronously)
Updates an existing subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutCall(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesSubscriptionPolicyIdPut
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutWithHttpInfo(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Subscription Policy
Updates an existing subscription-level throttling policy.
|
SubscriptionThrottlePolicyDTO |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPost(SubscriptionThrottlePolicyDTO 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(SubscriptionThrottlePolicyDTO body,
String contentType,
ApiCallback<SubscriptionThrottlePolicyDTO> 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.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostCall(SubscriptionThrottlePolicyDTO body,
String contentType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesSubscriptionPost
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostWithHttpInfo(SubscriptionThrottlePolicyDTO 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<SubscriptionThrottlePolicyDTO> callback)
Get a Subscription Policy (asynchronously)
Retrieve a single subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutAsync(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<SubscriptionThrottlePolicyDTO> callback)
Update a Subscription Policy (asynchronously)
Updates an existing subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostAsync(SubscriptionThrottlePolicyDTO body,
String contentType,
ApiCallback<SubscriptionThrottlePolicyDTO> 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<SubscriptionThrottlePolicyDTO> |
SubscriptionThrottlePolicyListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionThrottlePolicyListDTO |
SubscriptionThrottlePolicyListDTO.addListItem(SubscriptionThrottlePolicyDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionThrottlePolicyListDTO |
SubscriptionThrottlePolicyListDTO.list(List<SubscriptionThrottlePolicyDTO> list) |
void |
SubscriptionThrottlePolicyListDTO.setList(List<SubscriptionThrottlePolicyDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.