public class DenyPolicyIndividualApi extends Object
| Constructor and Description |
|---|
DenyPolicyIndividualApi() |
DenyPolicyIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
void |
throttlingDenyPolicyConditionIdDelete(String conditionId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Deny Policy
Deletes an existing deny policy
|
okhttp3.Call |
throttlingDenyPolicyConditionIdDeleteAsync(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback)
Delete a Deny Policy (asynchronously)
Deletes an existing deny policy
|
okhttp3.Call |
throttlingDenyPolicyConditionIdDeleteCall(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingDenyPolicyConditionIdDelete
|
ApiResponse<Void> |
throttlingDenyPolicyConditionIdDeleteWithHttpInfo(String conditionId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Deny Policy
Deletes an existing deny policy
|
BlockingConditionDTO |
throttlingDenyPolicyConditionIdGet(String conditionId,
String ifNoneMatch,
String ifModifiedSince)
Get a Deny Policy
Retrieves a Deny policy providing the condition Id
|
okhttp3.Call |
throttlingDenyPolicyConditionIdGetAsync(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionDTO> _callback)
Get a Deny Policy (asynchronously)
Retrieves a Deny policy providing the condition Id
|
okhttp3.Call |
throttlingDenyPolicyConditionIdGetCall(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingDenyPolicyConditionIdGet
|
ApiResponse<BlockingConditionDTO> |
throttlingDenyPolicyConditionIdGetWithHttpInfo(String conditionId,
String ifNoneMatch,
String ifModifiedSince)
Get a Deny Policy
Retrieves a Deny policy providing the condition Id
|
BlockingConditionDTO |
throttlingDenyPolicyConditionIdPatch(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince)
Update a Deny Policy
Update a deny policy by Id
|
okhttp3.Call |
throttlingDenyPolicyConditionIdPatchAsync(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<BlockingConditionDTO> _callback)
Update a Deny Policy (asynchronously)
Update a deny policy by Id
|
okhttp3.Call |
throttlingDenyPolicyConditionIdPatchCall(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingDenyPolicyConditionIdPatch
|
ApiResponse<BlockingConditionDTO> |
throttlingDenyPolicyConditionIdPatchWithHttpInfo(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince)
Update a Deny Policy
Update a deny policy by Id
|
public DenyPolicyIndividualApi()
public DenyPolicyIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call throttlingDenyPolicyConditionIdDeleteCall(String conditionId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) throws ApiException
conditionId - Blocking condition identifier (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 throttlingDenyPolicyConditionIdDelete(String conditionId, String ifMatch, String ifUnmodifiedSince) throws ApiException
conditionId - Blocking condition identifier (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> throttlingDenyPolicyConditionIdDeleteWithHttpInfo(String conditionId, String ifMatch, String ifUnmodifiedSince) throws ApiException
conditionId - Blocking condition identifier (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 throttlingDenyPolicyConditionIdDeleteAsync(String conditionId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) throws ApiException
conditionId - Blocking condition identifier (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 throttlingDenyPolicyConditionIdGetCall(String conditionId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) throws ApiException
conditionId - Blocking condition identifier (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 BlockingConditionDTO throttlingDenyPolicyConditionIdGet(String conditionId, String ifNoneMatch, String ifModifiedSince) throws ApiException
conditionId - Blocking condition identifier (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<BlockingConditionDTO> throttlingDenyPolicyConditionIdGetWithHttpInfo(String conditionId, String ifNoneMatch, String ifModifiedSince) throws ApiException
conditionId - Blocking condition identifier (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 throttlingDenyPolicyConditionIdGetAsync(String conditionId, String ifNoneMatch, String ifModifiedSince, ApiCallback<BlockingConditionDTO> _callback) throws ApiException
conditionId - Blocking condition identifier (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 throttlingDenyPolicyConditionIdPatchCall(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) throws ApiException
conditionId - Blocking condition identifier (required)contentType - Media type of the entity in the body. Default is application/json. (required)blockingConditionStatusDTO - Blocking condition with updated status (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 BlockingConditionDTO throttlingDenyPolicyConditionIdPatch(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince) throws ApiException
conditionId - Blocking condition identifier (required)contentType - Media type of the entity in the body. Default is application/json. (required)blockingConditionStatusDTO - Blocking condition with updated status (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<BlockingConditionDTO> throttlingDenyPolicyConditionIdPatchWithHttpInfo(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince) throws ApiException
conditionId - Blocking condition identifier (required)contentType - Media type of the entity in the body. Default is application/json. (required)blockingConditionStatusDTO - Blocking condition with updated status (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 throttlingDenyPolicyConditionIdPatchAsync(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<BlockingConditionDTO> _callback) throws ApiException
conditionId - Blocking condition identifier (required)contentType - Media type of the entity in the body. Default is application/json. (required)blockingConditionStatusDTO - Blocking condition with updated status (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.