public class AlertsApi extends Object
| Constructor and Description |
|---|
AlertsApi() |
AlertsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
AlertTypesListDTO |
getDevportalAlertTypes()
Get the List of API Developer Portal Alert Types.
|
okhttp3.Call |
getDevportalAlertTypesAsync(ApiCallback<AlertTypesListDTO> _callback)
Get the List of API Developer Portal Alert Types.
|
okhttp3.Call |
getDevportalAlertTypesCall(ApiCallback _callback)
Build call for getDevportalAlertTypes
|
ApiResponse<AlertTypesListDTO> |
getDevportalAlertTypesWithHttpInfo()
Get the List of API Developer Portal Alert Types.
|
void |
setApiClient(ApiClient apiClient) |
public AlertsApi()
public AlertsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getDevportalAlertTypesCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic AlertTypesListDTO getDevportalAlertTypes() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AlertTypesListDTO> getDevportalAlertTypesWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDevportalAlertTypesAsync(ApiCallback<AlertTypesListDTO> _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 objectCopyright © 2021 WSO2 Inc. All rights reserved.