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.
|
com.squareup.okhttp.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.
|
com.squareup.okhttp.Call |
exportApplicationsGetCall(String appName,
String appOwner,
Boolean withKeys,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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.
|
com.squareup.okhttp.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.
|
com.squareup.okhttp.Call |
importApplicationsPostCall(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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 com.squareup.okhttp.Call exportApplicationsGetCall(String appName, String appOwner, Boolean withKeys, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
appName - Application Name (required)appOwner - Owner of the Application (required)withKeys - Export application keys (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - 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 com.squareup.okhttp.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 com.squareup.okhttp.Call importApplicationsPostCall(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) 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)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - 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 com.squareup.okhttp.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 © 2020 WSO2 Inc. All rights reserved.