public class ApplicationPolicyIndividualApi extends Object
| Constructor and Description |
|---|
ApplicationPolicyIndividualApi() |
ApplicationPolicyIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
void |
throttlingPoliciesApplicationPolicyIdDelete(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete an Application Throttling policy
Deletes an application level throttling policy.
|
okhttp3.Call |
throttlingPoliciesApplicationPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback)
Delete an Application Throttling policy (asynchronously)
Deletes an application level throttling policy.
|
okhttp3.Call |
throttlingPoliciesApplicationPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesApplicationPolicyIdDelete
|
ApiResponse<Void> |
throttlingPoliciesApplicationPolicyIdDeleteWithHttpInfo(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete an Application Throttling policy
Deletes an application level throttling policy.
|
ApplicationThrottlePolicyDTO |
throttlingPoliciesApplicationPolicyIdGet(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get an Application Throttling Policy
Retrieves an application throttling policy.
|
okhttp3.Call |
throttlingPoliciesApplicationPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<ApplicationThrottlePolicyDTO> _callback)
Get an Application Throttling Policy (asynchronously)
Retrieves an application throttling policy.
|
okhttp3.Call |
throttlingPoliciesApplicationPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesApplicationPolicyIdGet
|
ApiResponse<ApplicationThrottlePolicyDTO> |
throttlingPoliciesApplicationPolicyIdGetWithHttpInfo(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get an Application Throttling Policy
Retrieves an application throttling policy.
|
ApplicationThrottlePolicyDTO |
throttlingPoliciesApplicationPolicyIdPut(String policyId,
String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince)
Update an Application Throttling policy
Updates an existing application level throttling policy.
|
okhttp3.Call |
throttlingPoliciesApplicationPolicyIdPutAsync(String policyId,
String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<ApplicationThrottlePolicyDTO> _callback)
Update an Application Throttling policy (asynchronously)
Updates an existing application level throttling policy.
|
okhttp3.Call |
throttlingPoliciesApplicationPolicyIdPutCall(String policyId,
String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesApplicationPolicyIdPut
|
ApiResponse<ApplicationThrottlePolicyDTO> |
throttlingPoliciesApplicationPolicyIdPutWithHttpInfo(String policyId,
String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince)
Update an Application Throttling policy
Updates an existing application level throttling policy.
|
public ApplicationPolicyIndividualApi()
public ApplicationPolicyIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call throttlingPoliciesApplicationPolicyIdDeleteCall(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) throws ApiException
policyId - Thorttle policy UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void throttlingPoliciesApplicationPolicyIdDelete(String policyId, String ifMatch, String ifUnmodifiedSince) throws ApiException
policyId - Thorttle policy UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> throttlingPoliciesApplicationPolicyIdDeleteWithHttpInfo(String policyId, String ifMatch, String ifUnmodifiedSince) throws ApiException
policyId - Thorttle policy UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call throttlingPoliciesApplicationPolicyIdDeleteAsync(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) throws ApiException
policyId - Thorttle policy UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call throttlingPoliciesApplicationPolicyIdGetCall(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) throws ApiException
policyId - Thorttle policy UUID (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource (Will be supported in future). (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationThrottlePolicyDTO throttlingPoliciesApplicationPolicyIdGet(String policyId, String ifNoneMatch, String ifModifiedSince) throws ApiException
policyId - Thorttle policy UUID (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource (Will be supported in future). (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationThrottlePolicyDTO> throttlingPoliciesApplicationPolicyIdGetWithHttpInfo(String policyId, String ifNoneMatch, String ifModifiedSince) throws ApiException
policyId - Thorttle policy UUID (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource (Will be supported in future). (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call throttlingPoliciesApplicationPolicyIdGetAsync(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback<ApplicationThrottlePolicyDTO> _callback) throws ApiException
policyId - Thorttle policy UUID (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource (Will be supported in future). (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call throttlingPoliciesApplicationPolicyIdPutCall(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) throws ApiException
policyId - Thorttle policy UUID (required)contentType - Media type of the entity in the body. Default is application/json. (required)applicationThrottlePolicyDTO - Policy object that needs to be modified (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationThrottlePolicyDTO throttlingPoliciesApplicationPolicyIdPut(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince) throws ApiException
policyId - Thorttle policy UUID (required)contentType - Media type of the entity in the body. Default is application/json. (required)applicationThrottlePolicyDTO - Policy object that needs to be modified (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationThrottlePolicyDTO> throttlingPoliciesApplicationPolicyIdPutWithHttpInfo(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince) throws ApiException
policyId - Thorttle policy UUID (required)contentType - Media type of the entity in the body. Default is application/json. (required)applicationThrottlePolicyDTO - Policy object that needs to be modified (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call throttlingPoliciesApplicationPolicyIdPutAsync(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<ApplicationThrottlePolicyDTO> _callback) throws ApiException
policyId - Thorttle policy UUID (required)contentType - Media type of the entity in the body. Default is application/json. (required)applicationThrottlePolicyDTO - Policy object that needs to be modified (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header (Will be supported in future). (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.