Class ApplicationApi


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ApplicationApi
    extends Object
    • Constructor Detail

      • ApplicationApi

        public ApplicationApi()
      • ApplicationApi

        public ApplicationApi​(ApiClient apiClient)
    • Method Detail

      • appInformation

        public AppInformation appInformation()
                                      throws ApiException
        Get application information Returns basic runtime information, message totals and latest release version.
        Returns:
        AppInformation
        Throws:
        ApiException - if fails to make API call
      • appInformationWithHttpInfo

        public ApiResponse<AppInformation> appInformationWithHttpInfo()
                                                               throws ApiException
        Get application information Returns basic runtime information, message totals and latest release version.
        Returns:
        ApiResponse<AppInformation>
        Throws:
        ApiException - if fails to make API call
      • webUIConfiguration

        public WebUIConfiguration webUIConfiguration()
                                              throws ApiException
        Get web UI configuration Returns configuration settings for the web UI. Intended for web UI only!
        Returns:
        WebUIConfiguration
        Throws:
        ApiException - if fails to make API call
      • webUIConfigurationWithHttpInfo

        public ApiResponse<WebUIConfiguration> webUIConfigurationWithHttpInfo()
                                                                       throws ApiException
        Get web UI configuration Returns configuration settings for the web UI. Intended for web UI only!
        Returns:
        ApiResponse<WebUIConfiguration>
        Throws:
        ApiException - if fails to make API call