public class AdvancedPolicyIndividualApi extends Object
| Constructor and Description |
|---|
AdvancedPolicyIndividualApi() |
AdvancedPolicyIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
void |
throttlingPoliciesAdvancedPolicyIdDelete(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete an Advanced Throttling Policy
Deletes an advanced throttling policy.
|
okhttp3.Call |
throttlingPoliciesAdvancedPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback)
Delete an Advanced Throttling Policy (asynchronously)
Deletes an advanced throttling policy.
|
okhttp3.Call |
throttlingPoliciesAdvancedPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesAdvancedPolicyIdDelete
|
ApiResponse<Void> |
throttlingPoliciesAdvancedPolicyIdDeleteWithHttpInfo(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete an Advanced Throttling Policy
Deletes an advanced throttling policy.
|
AdvancedThrottlePolicyDTO |
throttlingPoliciesAdvancedPolicyIdGet(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get an Advanced Throttling Policy
Retrieves an advanced throttling policy.
|
okhttp3.Call |
throttlingPoliciesAdvancedPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<AdvancedThrottlePolicyDTO> _callback)
Get an Advanced Throttling Policy (asynchronously)
Retrieves an advanced throttling policy.
|
okhttp3.Call |
throttlingPoliciesAdvancedPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesAdvancedPolicyIdGet
|
ApiResponse<AdvancedThrottlePolicyDTO> |
throttlingPoliciesAdvancedPolicyIdGetWithHttpInfo(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get an Advanced Throttling Policy
Retrieves an advanced throttling policy.
|
AdvancedThrottlePolicyDTO |
throttlingPoliciesAdvancedPolicyIdPut(String policyId,
String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince)
Update an Advanced Throttling Policy
Updates an existing Advanced throttling policy.
|
okhttp3.Call |
throttlingPoliciesAdvancedPolicyIdPutAsync(String policyId,
String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<AdvancedThrottlePolicyDTO> _callback)
Update an Advanced Throttling Policy (asynchronously)
Updates an existing Advanced throttling policy.
|
okhttp3.Call |
throttlingPoliciesAdvancedPolicyIdPutCall(String policyId,
String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesAdvancedPolicyIdPut
|
ApiResponse<AdvancedThrottlePolicyDTO> |
throttlingPoliciesAdvancedPolicyIdPutWithHttpInfo(String policyId,
String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince)
Update an Advanced Throttling Policy
Updates an existing Advanced throttling policy.
|
public AdvancedPolicyIndividualApi()
public AdvancedPolicyIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call throttlingPoliciesAdvancedPolicyIdDeleteCall(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 throttlingPoliciesAdvancedPolicyIdDelete(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> throttlingPoliciesAdvancedPolicyIdDeleteWithHttpInfo(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 throttlingPoliciesAdvancedPolicyIdDeleteAsync(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 throttlingPoliciesAdvancedPolicyIdGetCall(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 AdvancedThrottlePolicyDTO throttlingPoliciesAdvancedPolicyIdGet(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<AdvancedThrottlePolicyDTO> throttlingPoliciesAdvancedPolicyIdGetWithHttpInfo(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 throttlingPoliciesAdvancedPolicyIdGetAsync(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback<AdvancedThrottlePolicyDTO> _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 throttlingPoliciesAdvancedPolicyIdPutCall(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, 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)advancedThrottlePolicyDTO - 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 AdvancedThrottlePolicyDTO throttlingPoliciesAdvancedPolicyIdPut(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, 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)advancedThrottlePolicyDTO - 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<AdvancedThrottlePolicyDTO> throttlingPoliciesAdvancedPolicyIdPutWithHttpInfo(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, 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)advancedThrottlePolicyDTO - 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 throttlingPoliciesAdvancedPolicyIdPutAsync(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<AdvancedThrottlePolicyDTO> _callback) throws ApiException
policyId - Thorttle policy UUID (required)contentType - Media type of the entity in the body. Default is application/json. (required)advancedThrottlePolicyDTO - 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.