Class OtherApi


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class OtherApi
    extends Object
    • Constructor Detail

      • OtherApi

        public OtherApi()
      • OtherApi

        public OtherApi​(ApiClient apiClient)
    • Method Detail

      • 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