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 Details

    • OtherApi

      public OtherApi()
    • OtherApi

      public OtherApi(ApiClient apiClient)
  • Method Details

    • 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