public class DefaultApi extends Object
| Constructor and Description |
|---|
DefaultApi() |
DefaultApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
EmailDTO |
botDataAddEmailPost(EmailDTO body)
Add an Email
Here we can use this to configure email
|
com.squareup.okhttp.Call |
botDataAddEmailPostAsync(EmailDTO body,
ApiCallback<EmailDTO> callback)
Add an Email (asynchronously)
Here we can use this to configure email
|
com.squareup.okhttp.Call |
botDataAddEmailPostCall(EmailDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for botDataAddEmailPost
|
ApiResponse<EmailDTO> |
botDataAddEmailPostWithHttpInfo(EmailDTO body)
Add an Email
Here we can use this to configure email
|
void |
botDataDeleteEmailDelete(String uuid)
Delete an configured email.
|
com.squareup.okhttp.Call |
botDataDeleteEmailDeleteAsync(String uuid,
ApiCallback<Void> callback)
Delete an configured email.
|
com.squareup.okhttp.Call |
botDataDeleteEmailDeleteCall(String uuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for botDataDeleteEmailDelete
|
ApiResponse<Void> |
botDataDeleteEmailDeleteWithHttpInfo(String uuid)
Delete an configured email.
|
void |
botDataGetEmailListGet(String tenantDomain)
Get all configured email list
Get all email list which configured to trigger for BotData api email alert
|
com.squareup.okhttp.Call |
botDataGetEmailListGetAsync(String tenantDomain,
ApiCallback<Void> callback)
Get all configured email list (asynchronously)
Get all email list which configured to trigger for BotData api email alert
|
com.squareup.okhttp.Call |
botDataGetEmailListGetCall(String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for botDataGetEmailListGet
|
ApiResponse<Void> |
botDataGetEmailListGetWithHttpInfo(String tenantDomain)
Get all configured email list
Get all email list which configured to trigger for BotData api email alert
|
ApiClient |
getApiClient() |
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 botDataAddEmailPostCall(EmailDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - A email (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EmailDTO botDataAddEmailPost(EmailDTO body) throws ApiException
body - A email (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EmailDTO> botDataAddEmailPostWithHttpInfo(EmailDTO body) throws ApiException
body - A email (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call botDataAddEmailPostAsync(EmailDTO body, ApiCallback<EmailDTO> callback) throws ApiException
body - A email (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 com.squareup.okhttp.Call botDataDeleteEmailDeleteCall(String uuid, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
uuid - Pass the uuid to remove the email (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void botDataDeleteEmailDelete(String uuid) throws ApiException
uuid - Pass the uuid to remove the email (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> botDataDeleteEmailDeleteWithHttpInfo(String uuid) throws ApiException
uuid - Pass the uuid to remove the email (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call botDataDeleteEmailDeleteAsync(String uuid, ApiCallback<Void> callback) throws ApiException
uuid - Pass the uuid to remove the email (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 com.squareup.okhttp.Call botDataGetEmailListGetCall(String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tenantDomain - Pass the tenantDomain to get the email list and if not passed it will get from the logged user. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void botDataGetEmailListGet(String tenantDomain) throws ApiException
tenantDomain - Pass the tenantDomain to get the email list and if not passed it will get from the logged user. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> botDataGetEmailListGetWithHttpInfo(String tenantDomain) throws ApiException
tenantDomain - Pass the tenantDomain to get the email list and if not passed it will get from the logged user. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call botDataGetEmailListGetAsync(String tenantDomain, ApiCallback<Void> callback) throws ApiException
tenantDomain - Pass the tenantDomain to get the email list and if not passed it will get from the logged user. (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 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.