Package io.quarkiverse.mailpit.test.rest
Class ApplicationApi
- java.lang.Object
-
- io.quarkiverse.mailpit.test.rest.ApplicationApi
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApplicationApi extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationApi()ApplicationApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppInformationappInformation()Get application information Returns basic runtime information, message totals and latest release version.ApiResponse<AppInformation>appInformationWithHttpInfo()Get application information Returns basic runtime information, message totals and latest release version.protected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response)WebUIConfigurationwebUIConfiguration()Get web UI configuration Returns configuration settings for the web UI.ApiResponse<WebUIConfiguration>webUIConfigurationWithHttpInfo()Get web UI configuration Returns configuration settings for the web UI.
-
-
-
Constructor Detail
-
ApplicationApi
public ApplicationApi()
-
ApplicationApi
public ApplicationApi(ApiClient apiClient)
-
-
Method Detail
-
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
-
-