Uses of Class
io.quarkiverse.mailpit.test.model.LinkCheckResponse
-
Packages that use LinkCheckResponse Package Description io.quarkiverse.mailpit.test.model io.quarkiverse.mailpit.test.rest -
-
Uses of LinkCheckResponse in io.quarkiverse.mailpit.test.model
Methods in io.quarkiverse.mailpit.test.model that return LinkCheckResponse Modifier and Type Method Description LinkCheckResponseLinkCheckResponse. addLinksItem(Link linksItem)LinkCheckResponseLinkCheckResponse. errors(Long errors)LinkCheckResponseLinkCheckResponse. links(List<Link> links) -
Uses of LinkCheckResponse in io.quarkiverse.mailpit.test.rest
Methods in io.quarkiverse.mailpit.test.rest that return LinkCheckResponse Modifier and Type Method Description LinkCheckResponseOtherApi. linkCheckResponse(String ID, Boolean follow)Link check (beta) Returns the summary of the message Link checker.Methods in io.quarkiverse.mailpit.test.rest that return types with arguments of type LinkCheckResponse Modifier and Type Method Description ApiResponse<LinkCheckResponse>OtherApi. linkCheckResponseWithHttpInfo(String ID, Boolean follow)Link check (beta) Returns the summary of the message Link checker.
-