Class GetApplicationInfoApi


  • public class GetApplicationInfoApi
    extends Object
    • 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 listener
        progressRequestListener - 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