Package io.quarkiverse.mailpit.test.rest
Class OtherApi
- java.lang.Object
-
- io.quarkiverse.mailpit.test.rest.OtherApi
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class OtherApi extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response)HTMLCheckResponsehTMLCheckResponse(String ID)HTML check (beta) Returns the summary of the message HTML checker.ApiResponse<HTMLCheckResponse>hTMLCheckResponseWithHttpInfo(String ID)HTML check (beta) Returns the summary of the message HTML checker.LinkCheckResponselinkCheckResponse(String ID, Boolean follow)Link check (beta) Returns the summary of the message Link checker.ApiResponse<LinkCheckResponse>linkCheckResponseWithHttpInfo(String ID, Boolean follow)Link check (beta) Returns the summary of the message Link checker.
-
-
-
Constructor Detail
-
OtherApi
public OtherApi()
-
OtherApi
public OtherApi(ApiClient apiClient)
-
-
Method Detail
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException
- Throws:
IOException
-
hTMLCheckResponse
public HTMLCheckResponse hTMLCheckResponse(String ID) throws ApiException
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
public ApiResponse<HTMLCheckResponse> hTMLCheckResponseWithHttpInfo(String ID) throws ApiException
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
public LinkCheckResponse linkCheckResponse(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:
- 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
-
-