Uses of Class
io.quarkiverse.mailpit.test.model.HTMLCheckResponse
-
Packages that use HTMLCheckResponse Package Description io.quarkiverse.mailpit.test.model io.quarkiverse.mailpit.test.rest -
-
Uses of HTMLCheckResponse in io.quarkiverse.mailpit.test.model
Methods in io.quarkiverse.mailpit.test.model that return HTMLCheckResponse Modifier and Type Method Description HTMLCheckResponseHTMLCheckResponse. addWarningsItem(HTMLCheckWarning warningsItem)HTMLCheckResponseHTMLCheckResponse. platforms(Map<String,List<String>> platforms)HTMLCheckResponseHTMLCheckResponse. putPlatformsItem(String key, List<String> platformsItem)HTMLCheckResponseHTMLCheckResponse. total(HTMLCheckTotal total)HTMLCheckResponseHTMLCheckResponse. warnings(List<HTMLCheckWarning> warnings) -
Uses of HTMLCheckResponse in io.quarkiverse.mailpit.test.rest
Methods in io.quarkiverse.mailpit.test.rest that return HTMLCheckResponse Modifier and Type Method Description HTMLCheckResponseOtherApi. hTMLCheckResponse(String ID)HTML check (beta) Returns the summary of the message HTML checker.Methods in io.quarkiverse.mailpit.test.rest that return types with arguments of type HTMLCheckResponse Modifier and Type Method Description ApiResponse<HTMLCheckResponse>OtherApi. hTMLCheckResponseWithHttpInfo(String ID)HTML check (beta) Returns the summary of the message HTML checker.
-