public class ImportAndExportApplicationsApi extends Object
| Constructor and Description |
|---|
ImportAndExportApplicationsApi() |
ImportAndExportApplicationsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
File |
exportApplicationsGet(String appId)
Export details related to an Application.
|
com.squareup.okhttp.Call |
exportApplicationsGetAsync(String appId,
ApiCallback<File> callback)
Export details related to an Application.
|
com.squareup.okhttp.Call |
exportApplicationsGetCall(String appId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exportApplicationsGet
|
ApiResponse<File> |
exportApplicationsGetWithHttpInfo(String appId)
Export details related to an Application.
|
ApiClient |
getApiClient() |
ApplicationDTO |
importApplicationsPost(File file)
Imports an Application.
|
com.squareup.okhttp.Call |
importApplicationsPostAsync(File file,
ApiCallback<ApplicationDTO> callback)
Imports an Application.
|
com.squareup.okhttp.Call |
importApplicationsPostCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importApplicationsPost
|
ApiResponse<ApplicationDTO> |
importApplicationsPostWithHttpInfo(File file)
Imports an Application.
|
ApplicationDTO |
importApplicationsPut(File file)
Imports an Updates an Application.
|
com.squareup.okhttp.Call |
importApplicationsPutAsync(File file,
ApiCallback<ApplicationDTO> callback)
Imports an Updates an Application.
|
com.squareup.okhttp.Call |
importApplicationsPutCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importApplicationsPut
|
ApiResponse<ApplicationDTO> |
importApplicationsPutWithHttpInfo(File file)
Imports an Updates an Application.
|
void |
setApiClient(ApiClient apiClient) |
public ImportAndExportApplicationsApi()
public ImportAndExportApplicationsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call exportApplicationsGetCall(String appId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
appId - Application Search Query (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic File exportApplicationsGet(String appId) throws ApiException
appId - Application Search Query (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> exportApplicationsGetWithHttpInfo(String appId) throws ApiException
appId - Application Search Query (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call exportApplicationsGetAsync(String appId, ApiCallback<File> callback) throws ApiException
appId - Application Search Query (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 objectpublic com.squareup.okhttp.Call importApplicationsPostCall(File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
file - Zip archive consisting on exported application configuration (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationDTO importApplicationsPost(File file) throws ApiException
file - Zip archive consisting on exported application configuration (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationDTO> importApplicationsPostWithHttpInfo(File file) throws ApiException
file - Zip archive consisting on exported application configuration (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call importApplicationsPostAsync(File file, ApiCallback<ApplicationDTO> callback) throws ApiException
file - Zip archive consisting on exported application 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 objectpublic com.squareup.okhttp.Call importApplicationsPutCall(File file, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
file - Zip archive consisting on exported application configuration (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationDTO importApplicationsPut(File file) throws ApiException
file - Zip archive consisting on exported application configuration (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationDTO> importApplicationsPutWithHttpInfo(File file) throws ApiException
file - Zip archive consisting on exported application configuration (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call importApplicationsPutAsync(File file, ApiCallback<ApplicationDTO> callback) throws ApiException
file - Zip archive consisting on exported application 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 © 2020 WSO2 Inc. All rights reserved.