public class GetApplicationInfoApi extends Object
| Constructor and Description |
|---|
GetApplicationInfoApi() |
GetApplicationInfoApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
applicationsGet(String name,
String uuid,
String tenantDomain)
Get the applications information by providing the application name or uuid.
|
com.squareup.okhttp.Call |
applicationsGetAsync(String name,
String uuid,
String tenantDomain,
ApiCallback<ApplicationListDTO> callback)
Get the applications information by providing the application name or uuid.
|
com.squareup.okhttp.Call |
applicationsGetCall(String name,
String uuid,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsGet
|
ApiResponse<ApplicationListDTO> |
applicationsGetWithHttpInfo(String name,
String uuid,
String tenantDomain)
Get the applications information by providing the application name or uuid.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public GetApplicationInfoApi()
public GetApplicationInfoApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call applicationsGetCall(String name, String uuid, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - Name of the Application (optional)uuid - UUID of the Application (optional)tenantDomain - Tenant Domain of the Application (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationListDTO applicationsGet(String name, String uuid, String tenantDomain) throws ApiException
name - Name of the Application (optional)uuid - UUID of the Application (optional)tenantDomain - Tenant Domain of the Application (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationListDTO> applicationsGetWithHttpInfo(String name, String uuid, String tenantDomain) throws ApiException
name - Name of the Application (optional)uuid - UUID of the Application (optional)tenantDomain - Tenant Domain of the Application (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsGetAsync(String name, String uuid, String tenantDomain, ApiCallback<ApplicationListDTO> callback) throws ApiException
name - Name of the Application (optional)uuid - UUID of the Application (optional)tenantDomain - Tenant Domain of the Application (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 © 2022 WSO2 Inc. All rights reserved.