public class TenantThemeApi extends Object
| Constructor and Description |
|---|
TenantThemeApi() |
TenantThemeApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
File |
exportTenantTheme()
Export a DevPortal Tenant Theme
This operation can be used to export a DevPortal tenant theme as a zip file.
|
okhttp3.Call |
exportTenantThemeAsync(ApiCallback<File> _callback)
Export a DevPortal Tenant Theme (asynchronously)
This operation can be used to export a DevPortal tenant theme as a zip file.
|
okhttp3.Call |
exportTenantThemeCall(ApiCallback _callback)
Build call for exportTenantTheme
|
ApiResponse<File> |
exportTenantThemeWithHttpInfo()
Export a DevPortal Tenant Theme
This operation can be used to export a DevPortal tenant theme as a zip file.
|
ApiClient |
getApiClient() |
void |
importTenantTheme(File file)
Import a DevPortal Tenant Theme
This operation can be used to import a DevPortal tenant theme.
|
okhttp3.Call |
importTenantThemeAsync(File file,
ApiCallback<Void> _callback)
Import a DevPortal Tenant Theme (asynchronously)
This operation can be used to import a DevPortal tenant theme.
|
okhttp3.Call |
importTenantThemeCall(File file,
ApiCallback _callback)
Build call for importTenantTheme
|
ApiResponse<Void> |
importTenantThemeWithHttpInfo(File file)
Import a DevPortal Tenant Theme
This operation can be used to import a DevPortal tenant theme.
|
void |
setApiClient(ApiClient apiClient) |
public TenantThemeApi()
public TenantThemeApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call exportTenantThemeCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic File exportTenantTheme() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> exportTenantThemeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call exportTenantThemeAsync(ApiCallback<File> _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 importTenantThemeCall(File file, ApiCallback _callback) throws ApiException
file - Zip archive consisting of tenant theme configuration (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void importTenantTheme(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> importTenantThemeWithHttpInfo(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 okhttp3.Call importTenantThemeAsync(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 © 2021 WSO2 Inc. All rights reserved.