Class ApplicationApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.ApplicationApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplicationsApplicationIdChangeOwnerPost(String owner, String applicationId) Change Application Owner This operation is used to change the owner of an Application.okhttp3.CallapplicationsApplicationIdChangeOwnerPostAsync(String owner, String applicationId, ApiCallback<Void> _callback) Change Application Owner (asynchronously) This operation is used to change the owner of an Application.okhttp3.CallapplicationsApplicationIdChangeOwnerPostCall(String owner, String applicationId, ApiCallback _callback) Build call for applicationsApplicationIdChangeOwnerPostapplicationsApplicationIdChangeOwnerPostWithHttpInfo(String owner, String applicationId) Change Application Owner This operation is used to change the owner of an Application.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
ApplicationApi
public ApplicationApi() -
ApplicationApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
applicationsApplicationIdChangeOwnerPostCall
public okhttp3.Call applicationsApplicationIdChangeOwnerPostCall(String owner, String applicationId, ApiCallback _callback) throws ApiException Build call for applicationsApplicationIdChangeOwnerPost- Parameters:
owner- (required)applicationId- Application UUID (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
applicationsApplicationIdChangeOwnerPost
public void applicationsApplicationIdChangeOwnerPost(String owner, String applicationId) throws ApiException Change Application Owner This operation is used to change the owner of an Application. In order to change the owner of an application, we need to pass the new application owner as a query parameter- Parameters:
owner- (required)applicationId- Application UUID (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
applicationsApplicationIdChangeOwnerPostWithHttpInfo
public ApiResponse<Void> applicationsApplicationIdChangeOwnerPostWithHttpInfo(String owner, String applicationId) throws ApiException Change Application Owner This operation is used to change the owner of an Application. In order to change the owner of an application, we need to pass the new application owner as a query parameter- Parameters:
owner- (required)applicationId- Application UUID (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
applicationsApplicationIdChangeOwnerPostAsync
public okhttp3.Call applicationsApplicationIdChangeOwnerPostAsync(String owner, String applicationId, ApiCallback<Void> _callback) throws ApiException Change Application Owner (asynchronously) This operation is used to change the owner of an Application. In order to change the owner of an application, we need to pass the new application owner as a query parameter- Parameters:
owner- (required)applicationId- Application UUID (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-