Uses of Class
io.quarkiverse.mailpit.test.model.Link
-
Packages that use Link Package Description io.quarkiverse.mailpit.test.model -
-
Uses of Link in io.quarkiverse.mailpit.test.model
Methods in io.quarkiverse.mailpit.test.model that return Link Modifier and Type Method Description LinkLink. status(String status)LinkLink. statusCode(Long statusCode)LinkLink. URL(String URL)Methods in io.quarkiverse.mailpit.test.model that return types with arguments of type Link Modifier and Type Method Description List<Link>LinkCheckResponse. getLinks()Tested linksMethods in io.quarkiverse.mailpit.test.model with parameters of type Link Modifier and Type Method Description LinkCheckResponseLinkCheckResponse. addLinksItem(Link linksItem)Method parameters in io.quarkiverse.mailpit.test.model with type arguments of type Link Modifier and Type Method Description LinkCheckResponseLinkCheckResponse. links(List<Link> links)voidLinkCheckResponse. setLinks(List<Link> links)
-