public class DefaultApi extends Object
| Constructor and Description |
|---|
DefaultApi() |
DefaultApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
BotDetectionDataListDTO |
getBotDetectionData()
Get all bot detected data
Get all bot detected data
|
com.squareup.okhttp.Call |
getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> callback)
Get all bot detected data (asynchronously)
Get all bot detected data
|
com.squareup.okhttp.Call |
getBotDetectionDataCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBotDetectionData
|
ApiResponse<BotDetectionDataListDTO> |
getBotDetectionDataWithHttpInfo()
Get all bot detected data
Get all bot detected data
|
void |
setApiClient(ApiClient apiClient) |
void |
tenantThemeImportPost(File file)
Import a DevPortal Tenant Theme
This operation can be used to import a DevPortal tenant theme.
|
com.squareup.okhttp.Call |
tenantThemeImportPostAsync(File file,
ApiCallback<Void> callback)
Import a DevPortal Tenant Theme (asynchronously)
This operation can be used to import a DevPortal tenant theme.
|
com.squareup.okhttp.Call |
tenantThemeImportPostCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tenantThemeImportPost
|
ApiResponse<Void> |
tenantThemeImportPostWithHttpInfo(File file)
Import a DevPortal Tenant Theme
This operation can be used to import a DevPortal tenant theme.
|
public DefaultApi()
public DefaultApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getBotDetectionDataCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic BotDetectionDataListDTO getBotDetectionData() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BotDetectionDataListDTO> getBotDetectionDataWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> 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 com.squareup.okhttp.Call tenantThemeImportPostCall(File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
file - Zip archive consisting of tenant theme configuration (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void tenantThemeImportPost(File file) throws ApiException
file - Zip archive consisting of tenant theme configuration (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> tenantThemeImportPostWithHttpInfo(File file) throws ApiException
file - Zip archive consisting of tenant theme configuration (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call tenantThemeImportPostAsync(File file, ApiCallback<Void> callback) throws ApiException
file - Zip archive consisting of tenant theme configuration (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 © 2020 WSO2 Inc. All rights reserved.