public class BotDetectionAlertSubscriptionsApi extends Object
| Constructor and Description |
|---|
BotDetectionAlertSubscriptionsApi() |
BotDetectionAlertSubscriptionsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
BotDetectionAlertSubscriptionListDTO |
getBotDetectionAlertSubscriptions()
Get Subscriptions for Bot Detection
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
okhttp3.Call |
getBotDetectionAlertSubscriptionsAsync(ApiCallback<BotDetectionAlertSubscriptionListDTO> _callback)
Get Subscriptions for Bot Detection (asynchronously)
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
okhttp3.Call |
getBotDetectionAlertSubscriptionsCall(ApiCallback _callback)
Build call for getBotDetectionAlertSubscriptions
|
ApiResponse<BotDetectionAlertSubscriptionListDTO> |
getBotDetectionAlertSubscriptionsWithHttpInfo()
Get Subscriptions for Bot Detection
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
void |
setApiClient(ApiClient apiClient) |
BotDetectionAlertSubscriptionDTO |
subscribeForBotDetectionAlerts(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO)
Subscribe for Bot Detection Alerts
Register a subscription for bot detection alerts
|
okhttp3.Call |
subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO,
ApiCallback<BotDetectionAlertSubscriptionDTO> _callback)
Subscribe for Bot Detection Alerts (asynchronously)
Register a subscription for bot detection alerts
|
okhttp3.Call |
subscribeForBotDetectionAlertsCall(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO,
ApiCallback _callback)
Build call for subscribeForBotDetectionAlerts
|
ApiResponse<BotDetectionAlertSubscriptionDTO> |
subscribeForBotDetectionAlertsWithHttpInfo(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO)
Subscribe for Bot Detection Alerts
Register a subscription for bot detection alerts
|
void |
unsubscribeFromBotDetectionAlerts(String uuid)
Unsubscribe from bot detection alerts.
|
okhttp3.Call |
unsubscribeFromBotDetectionAlertsAsync(String uuid,
ApiCallback<Void> _callback)
Unsubscribe from bot detection alerts.
|
okhttp3.Call |
unsubscribeFromBotDetectionAlertsCall(String uuid,
ApiCallback _callback)
Build call for unsubscribeFromBotDetectionAlerts
|
ApiResponse<Void> |
unsubscribeFromBotDetectionAlertsWithHttpInfo(String uuid)
Unsubscribe from bot detection alerts.
|
public BotDetectionAlertSubscriptionsApi()
public BotDetectionAlertSubscriptionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getBotDetectionAlertSubscriptionsCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic BotDetectionAlertSubscriptionListDTO getBotDetectionAlertSubscriptions() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BotDetectionAlertSubscriptionListDTO> getBotDetectionAlertSubscriptionsWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getBotDetectionAlertSubscriptionsAsync(ApiCallback<BotDetectionAlertSubscriptionListDTO> _callback) throws ApiException
_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 subscribeForBotDetectionAlertsCall(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO, ApiCallback _callback) throws ApiException
botDetectionAlertSubscriptionDTO - The email to register to receive bot detection alerts (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic BotDetectionAlertSubscriptionDTO subscribeForBotDetectionAlerts(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO) throws ApiException
botDetectionAlertSubscriptionDTO - The email to register to receive bot detection alerts (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BotDetectionAlertSubscriptionDTO> subscribeForBotDetectionAlertsWithHttpInfo(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO) throws ApiException
botDetectionAlertSubscriptionDTO - The email to register to receive bot detection alerts (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO, ApiCallback<BotDetectionAlertSubscriptionDTO> _callback) throws ApiException
botDetectionAlertSubscriptionDTO - The email to register to receive bot detection alerts (required)_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 unsubscribeFromBotDetectionAlertsCall(String uuid, ApiCallback _callback) throws ApiException
uuid - uuid of the subscription (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void unsubscribeFromBotDetectionAlerts(String uuid) throws ApiException
uuid - uuid of the subscription (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> unsubscribeFromBotDetectionAlertsWithHttpInfo(String uuid) throws ApiException
uuid - uuid of the subscription (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call unsubscribeFromBotDetectionAlertsAsync(String uuid, ApiCallback<Void> _callback) throws ApiException
uuid - uuid of the subscription (required)_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.