public class ApplicationIndividualApi extends Object
| Constructor and Description |
|---|
ApplicationIndividualApi() |
ApplicationIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
File |
exportApplicationsGet(String appName,
String appOwner,
Boolean withKeys)
Export an Application
This operation can be used to export the details of a particular application as a zip file.
|
okhttp3.Call |
exportApplicationsGetAsync(String appName,
String appOwner,
Boolean withKeys,
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 |
exportApplicationsGetCall(String appName,
String appOwner,
Boolean withKeys,
ApiCallback _callback)
Build call for exportApplicationsGet
|
ApiResponse<File> |
exportApplicationsGetWithHttpInfo(String appName,
String appOwner,
Boolean withKeys)
Export an Application
This operation can be used to export the details of a particular application as a zip file.
|
ApiClient |
getApiClient() |
ApplicationInfoDTO |
importApplicationsPost(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update)
Import an Application
This operation can be used to import an application.
|
okhttp3.Call |
importApplicationsPostAsync(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ApiCallback<ApplicationInfoDTO> _callback)
Import an Application (asynchronously)
This operation can be used to import an application.
|
okhttp3.Call |
importApplicationsPostCall(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ApiCallback _callback)
Build call for importApplicationsPost
|
ApiResponse<ApplicationInfoDTO> |
importApplicationsPostWithHttpInfo(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update)
Import an Application
This operation can be used to import an application.
|
void |
setApiClient(ApiClient apiClient) |
public ApplicationIndividualApi()
public ApplicationIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call exportApplicationsGetCall(String appName, String appOwner, Boolean withKeys, ApiCallback _callback) throws ApiException
appName - Application Name (required)appOwner - Owner of the Application (required)withKeys - Export application keys (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic File exportApplicationsGet(String appName, String appOwner, Boolean withKeys) throws ApiException
appName - Application Name (required)appOwner - Owner of the Application (required)withKeys - Export application keys (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> exportApplicationsGetWithHttpInfo(String appName, String appOwner, Boolean withKeys) throws ApiException
appName - Application Name (required)appOwner - Owner of the Application (required)withKeys - Export application keys (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call exportApplicationsGetAsync(String appName, String appOwner, Boolean withKeys, ApiCallback<File> _callback) throws ApiException
appName - Application Name (required)appOwner - Owner of the Application (required)withKeys - Export application keys (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 okhttp3.Call importApplicationsPostCall(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update, ApiCallback _callback) throws ApiException
file - Zip archive consisting of exported Application Configuration. (required)preserveOwner - Preserve Original Creator of the Application (optional)skipSubscriptions - Skip importing Subscriptions of the Application (optional)appOwner - Expected Owner of the Application in the Import Environment (optional)skipApplicationKeys - Skip importing Keys of the Application (optional)update - Update if application exists (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationInfoDTO importApplicationsPost(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update) throws ApiException
file - Zip archive consisting of exported Application Configuration. (required)preserveOwner - Preserve Original Creator of the Application (optional)skipSubscriptions - Skip importing Subscriptions of the Application (optional)appOwner - Expected Owner of the Application in the Import Environment (optional)skipApplicationKeys - Skip importing Keys of the Application (optional)update - Update if application exists (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationInfoDTO> importApplicationsPostWithHttpInfo(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update) throws ApiException
file - Zip archive consisting of exported Application Configuration. (required)preserveOwner - Preserve Original Creator of the Application (optional)skipSubscriptions - Skip importing Subscriptions of the Application (optional)appOwner - Expected Owner of the Application in the Import Environment (optional)skipApplicationKeys - Skip importing Keys of the Application (optional)update - Update if application exists (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call importApplicationsPostAsync(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update, ApiCallback<ApplicationInfoDTO> _callback) throws ApiException
file - Zip archive consisting of exported Application Configuration. (required)preserveOwner - Preserve Original Creator of the Application (optional)skipSubscriptions - Skip importing Subscriptions of the Application (optional)appOwner - Expected Owner of the Application in the Import Environment (optional)skipApplicationKeys - Skip importing Keys of the Application (optional)update - Update if application exists (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.