Class ApplicationApi

java.lang.Object
io.quarkiverse.mailpit.test.rest.ApplicationApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.5.0") public class ApplicationApi extends Object
  • Constructor Details

    • ApplicationApi

      public ApplicationApi()
    • ApplicationApi

      public ApplicationApi(ApiClient apiClient)
  • Method Details

    • getApiException

      protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException
      Throws:
      IOException
    • 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