public class ApplicationApi extends Object
| Constructor and Description |
|---|
ApplicationApi() |
ApplicationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
applicationsApplicationIdChangeOwnerPost(String owner,
String applicationId)
Change Application Owner
This operation is used to change the owner of an Application.
|
com.squareup.okhttp.Call |
applicationsApplicationIdChangeOwnerPostAsync(String owner,
String applicationId,
ApiCallback<Void> callback)
Change Application Owner (asynchronously)
This operation is used to change the owner of an Application.
|
com.squareup.okhttp.Call |
applicationsApplicationIdChangeOwnerPostCall(String owner,
String applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdChangeOwnerPost
|
ApiResponse<Void> |
applicationsApplicationIdChangeOwnerPostWithHttpInfo(String owner,
String applicationId)
Change Application Owner
This operation is used to change the owner of an Application.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApplicationApi()
public ApplicationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call applicationsApplicationIdChangeOwnerPostCall(String owner, String applicationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
owner - (required)applicationId - Application UUID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void applicationsApplicationIdChangeOwnerPost(String owner, String applicationId) throws ApiException
owner - (required)applicationId - Application UUID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> applicationsApplicationIdChangeOwnerPostWithHttpInfo(String owner, String applicationId) throws ApiException
owner - (required)applicationId - Application UUID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdChangeOwnerPostAsync(String owner, String applicationId, ApiCallback<Void> callback) throws ApiException
owner - (required)applicationId - Application UUID (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.