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.
|
okhttp3.Call |
applicationsApplicationIdChangeOwnerPostAsync(String owner,
String applicationId,
ApiCallback<Void> _callback)
Change Application Owner (asynchronously)
This operation is used to change the owner of an Application.
|
okhttp3.Call |
applicationsApplicationIdChangeOwnerPostCall(String owner,
String applicationId,
ApiCallback _callback)
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 okhttp3.Call applicationsApplicationIdChangeOwnerPostCall(String owner, String applicationId, ApiCallback _callback) throws ApiException
owner - (required)applicationId - Application UUID (required)_callback - Callback for upload/download progressApiException - 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 okhttp3.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 © 2021 WSO2 Inc. All rights reserved.