Package io.quarkiverse.mailpit.test.rest
Class OtherApi
java.lang.Object
io.quarkiverse.mailpit.test.rest.OtherApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class OtherApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response) HTML check (beta) Returns the summary of the message HTML checker.HTML check (beta) Returns the summary of the message HTML checker.linkCheckResponse(String ID, Boolean follow) Link check (beta) Returns the summary of the message Link checker.linkCheckResponseWithHttpInfo(String ID, Boolean follow) Link check (beta) Returns the summary of the message Link checker.
-
Constructor Details
-
OtherApi
public OtherApi() -
OtherApi
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException - Throws:
IOException
-
hTMLCheckResponse
HTML check (beta) Returns the summary of the message HTML checker. NOTE: This feature is currently in beta and is documented for reference only. Please do not integrate with it (yet) as there may be changes.- Parameters:
ID- Database ID (required)- Returns:
- HTMLCheckResponse
- Throws:
ApiException- if fails to make API call
-
hTMLCheckResponseWithHttpInfo
HTML check (beta) Returns the summary of the message HTML checker. NOTE: This feature is currently in beta and is documented for reference only. Please do not integrate with it (yet) as there may be changes.- Parameters:
ID- Database ID (required)- Returns:
- ApiResponse<HTMLCheckResponse>
- Throws:
ApiException- if fails to make API call
-
linkCheckResponse
Link check (beta) Returns the summary of the message Link checker. NOTE: This feature is currently in beta and is documented for reference only. Please do not integrate with it (yet) as there may be changes.- Parameters:
ID- Database ID (required)follow- Follow redirects (optional, default to false)- Returns:
- LinkCheckResponse
- Throws:
ApiException- if fails to make API call
-
linkCheckResponseWithHttpInfo
public ApiResponse<LinkCheckResponse> linkCheckResponseWithHttpInfo(String ID, Boolean follow) throws ApiException Link check (beta) Returns the summary of the message Link checker. NOTE: This feature is currently in beta and is documented for reference only. Please do not integrate with it (yet) as there may be changes.- Parameters:
ID- Database ID (required)follow- Follow redirects (optional, default to false)- Returns:
- ApiResponse<LinkCheckResponse>
- Throws:
ApiException- if fails to make API call
-