public class ImportExportApi extends Object
| Constructor and Description |
|---|
ImportExportApi() |
ImportExportApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
File |
applicationsExportGet(String appName,
String appOwner,
Boolean withKeys,
String format)
Export an Application
This operation can be used to export the details of a particular application as a zip file.
|
okhttp3.Call |
applicationsExportGetAsync(String appName,
String appOwner,
Boolean withKeys,
String format,
ApiCallback<File> _callback)
Export an Application (asynchronously)
This operation can be used to export the details of a particular application as a zip file.
|
okhttp3.Call |
applicationsExportGetCall(String appName,
String appOwner,
Boolean withKeys,
String format,
ApiCallback _callback)
Build call for applicationsExportGet
|
ApiResponse<File> |
applicationsExportGetWithHttpInfo(String appName,
String appOwner,
Boolean withKeys,
String format)
Export an Application
This operation can be used to export the details of a particular application as a zip file.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ImportExportApi()
public ImportExportApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call applicationsExportGetCall(String appName, String appOwner, Boolean withKeys, String format, ApiCallback _callback) throws ApiException
appName - Application Name (required)appOwner - Owner of the Application (required)withKeys - Export application keys (optional)format - Format of output documents. Can be YAML or JSON. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic File applicationsExportGet(String appName, String appOwner, Boolean withKeys, String format) throws ApiException
appName - Application Name (required)appOwner - Owner of the Application (required)withKeys - Export application keys (optional)format - Format of output documents. Can be YAML or JSON. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> applicationsExportGetWithHttpInfo(String appName, String appOwner, Boolean withKeys, String format) throws ApiException
appName - Application Name (required)appOwner - Owner of the Application (required)withKeys - Export application keys (optional)format - Format of output documents. Can be YAML or JSON. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsExportGetAsync(String appName, String appOwner, Boolean withKeys, String format, ApiCallback<File> _callback) throws ApiException
appName - Application Name (required)appOwner - Owner of the Application (required)withKeys - Export application keys (optional)format - Format of output documents. Can be YAML or JSON. (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 objectCopyright © 2021 WSO2 Inc. All rights reserved.