Class GetApplicationInfoApi
- java.lang.Object
-
- org.wso2.am.integration.clients.gateway.api.v2.GetApplicationInfoApi
-
public class GetApplicationInfoApi extends Object
-
-
Constructor Summary
Constructors Constructor Description GetApplicationInfoApi()GetApplicationInfoApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationListDTOapplicationsGet(String name, String uuid, String tenantDomain)Get the applications information by providing the application name or uuid.com.squareup.okhttp.CallapplicationsGetAsync(String name, String uuid, String tenantDomain, ApiCallback<ApplicationListDTO> callback)Get the applications information by providing the application name or uuid.com.squareup.okhttp.CallapplicationsGetCall(String name, String uuid, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for applicationsGetApiResponse<ApplicationListDTO>applicationsGetWithHttpInfo(String name, String uuid, String tenantDomain)Get the applications information by providing the application name or uuid.ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
GetApplicationInfoApi
public GetApplicationInfoApi()
-
GetApplicationInfoApi
public GetApplicationInfoApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
applicationsGetCall
public com.squareup.okhttp.Call applicationsGetCall(String name, String uuid, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for applicationsGet- Parameters:
name- Name of the Application (optional)uuid- UUID of the Application (optional)tenantDomain- Tenant Domain of the Application (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
applicationsGet
public ApplicationListDTO applicationsGet(String name, String uuid, String tenantDomain) throws ApiException
Get the applications information by providing the application name or uuid. This operation is used to get the application information from storage. If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.- Parameters:
name- Name of the Application (optional)uuid- UUID of the Application (optional)tenantDomain- Tenant Domain of the Application (optional)- Returns:
- ApplicationListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
applicationsGetWithHttpInfo
public ApiResponse<ApplicationListDTO> applicationsGetWithHttpInfo(String name, String uuid, String tenantDomain) throws ApiException
Get the applications information by providing the application name or uuid. This operation is used to get the application information from storage. If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.- Parameters:
name- Name of the Application (optional)uuid- UUID of the Application (optional)tenantDomain- Tenant Domain of the Application (optional)- Returns:
- ApiResponse<ApplicationListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
applicationsGetAsync
public com.squareup.okhttp.Call applicationsGetAsync(String name, String uuid, String tenantDomain, ApiCallback<ApplicationListDTO> callback) throws ApiException
Get the applications information by providing the application name or uuid. (asynchronously) This operation is used to get the application information from storage. If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.- Parameters:
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 finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-