Package io.quarkiverse.mailpit.test.rest
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet application information Returns basic runtime information, message totals and latest release version.Get application information Returns basic runtime information, message totals and latest release version.protected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response) Get web UI configuration Returns configuration settings for the web UI.Get web UI configuration Returns configuration settings for the web UI.
-
Constructor Details
-
ApplicationApi
public ApplicationApi() -
ApplicationApi
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException - Throws:
IOException
-
appInformation
Get application information Returns basic runtime information, message totals and latest release version.- Returns:
- AppInformation
- Throws:
ApiException- if fails to make API call
-
appInformationWithHttpInfo
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
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
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
-