public class ApplicationIndividualApi extends Object
| Constructor and Description |
|---|
ApplicationIndividualApi() |
ApplicationIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfoDTO |
applicationsImportPost(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 |
applicationsImportPostAsync(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 |
applicationsImportPostCall(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ApiCallback _callback)
Build call for applicationsImportPost
|
ApiResponse<ApplicationInfoDTO> |
applicationsImportPostWithHttpInfo(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update)
Import an Application
This operation can be used to import an application.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApplicationIndividualApi()
public ApplicationIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call applicationsImportPostCall(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 applicationsImportPost(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> applicationsImportPostWithHttpInfo(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 applicationsImportPostAsync(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.