public class BlacklistIndividualApi extends Object
| Constructor and Description |
|---|
BlacklistIndividualApi() |
BlacklistIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
void |
throttlingBlacklistConditionIdDelete(String conditionId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Blocking condition
Deletes an existing Blocking condition
|
com.squareup.okhttp.Call |
throttlingBlacklistConditionIdDeleteAsync(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Blocking condition (asynchronously)
Deletes an existing Blocking condition
|
com.squareup.okhttp.Call |
throttlingBlacklistConditionIdDeleteCall(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingBlacklistConditionIdDelete
|
ApiResponse<Void> |
throttlingBlacklistConditionIdDeleteWithHttpInfo(String conditionId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Blocking condition
Deletes an existing Blocking condition
|
BlockingConditionDTO |
throttlingBlacklistConditionIdGet(String conditionId,
String ifNoneMatch,
String ifModifiedSince)
Get a Blocking Condition
Retrieves a Blocking Condition providing the condition Id
|
com.squareup.okhttp.Call |
throttlingBlacklistConditionIdGetAsync(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionDTO> callback)
Get a Blocking Condition (asynchronously)
Retrieves a Blocking Condition providing the condition Id
|
com.squareup.okhttp.Call |
throttlingBlacklistConditionIdGetCall(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingBlacklistConditionIdGet
|
ApiResponse<BlockingConditionDTO> |
throttlingBlacklistConditionIdGetWithHttpInfo(String conditionId,
String ifNoneMatch,
String ifModifiedSince)
Get a Blocking Condition
Retrieves a Blocking Condition providing the condition Id
|
BlockingConditionDTO |
throttlingBlacklistConditionIdPatch(String conditionId,
BlockingConditionStatusDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a blocking condition
Update a blocking condition by Id
|
com.squareup.okhttp.Call |
throttlingBlacklistConditionIdPatchAsync(String conditionId,
BlockingConditionStatusDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<BlockingConditionDTO> callback)
Update a blocking condition (asynchronously)
Update a blocking condition by Id
|
com.squareup.okhttp.Call |
throttlingBlacklistConditionIdPatchCall(String conditionId,
BlockingConditionStatusDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingBlacklistConditionIdPatch
|
ApiResponse<BlockingConditionDTO> |
throttlingBlacklistConditionIdPatchWithHttpInfo(String conditionId,
BlockingConditionStatusDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a blocking condition
Update a blocking condition by Id
|
public BlacklistIndividualApi()
public BlacklistIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call throttlingBlacklistConditionIdDeleteCall(String conditionId, String ifMatch, String ifUnmodifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) 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)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void throttlingBlacklistConditionIdDelete(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> throttlingBlacklistConditionIdDeleteWithHttpInfo(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 com.squareup.okhttp.Call throttlingBlacklistConditionIdDeleteAsync(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 com.squareup.okhttp.Call throttlingBlacklistConditionIdGetCall(String conditionId, String ifNoneMatch, String ifModifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) 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)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic BlockingConditionDTO throttlingBlacklistConditionIdGet(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> throttlingBlacklistConditionIdGetWithHttpInfo(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 com.squareup.okhttp.Call throttlingBlacklistConditionIdGetAsync(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 com.squareup.okhttp.Call throttlingBlacklistConditionIdPatchCall(String conditionId, BlockingConditionStatusDTO body, String contentType, String ifMatch, String ifUnmodifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
conditionId - Blocking condition identifier (required)body - Blocking condition with updated status (required)contentType - Media type of the entity in the body. Default is application/json. (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)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic BlockingConditionDTO throttlingBlacklistConditionIdPatch(String conditionId, BlockingConditionStatusDTO body, String contentType, String ifMatch, String ifUnmodifiedSince) throws ApiException
conditionId - Blocking condition identifier (required)body - Blocking condition with updated status (required)contentType - Media type of the entity in the body. Default is application/json. (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> throttlingBlacklistConditionIdPatchWithHttpInfo(String conditionId, BlockingConditionStatusDTO body, String contentType, String ifMatch, String ifUnmodifiedSince) throws ApiException
conditionId - Blocking condition identifier (required)body - Blocking condition with updated status (required)contentType - Media type of the entity in the body. Default is application/json. (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 com.squareup.okhttp.Call throttlingBlacklistConditionIdPatchAsync(String conditionId, BlockingConditionStatusDTO body, String contentType, String ifMatch, String ifUnmodifiedSince, ApiCallback<BlockingConditionDTO> callback) throws ApiException
conditionId - Blocking condition identifier (required)body - Blocking condition with updated status (required)contentType - Media type of the entity in the body. Default is application/json. (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 © 2020 WSO2 Inc. All rights reserved.