Uses of Class
io.quarkiverse.mailpit.test.model.SetTagsRequest
-
Packages that use SetTagsRequest Package Description io.quarkiverse.mailpit.test.model io.quarkiverse.mailpit.test.rest -
-
Uses of SetTagsRequest in io.quarkiverse.mailpit.test.model
Methods in io.quarkiverse.mailpit.test.model that return SetTagsRequest Modifier and Type Method Description SetTagsRequestSetTagsRequest. addIdsItem(String idsItem)SetTagsRequestSetTagsRequest. addTagsItem(String tagsItem)SetTagsRequestSetTagsRequest. ids(List<String> ids)SetTagsRequestSetTagsRequest. tags(List<String> tags) -
Uses of SetTagsRequest in io.quarkiverse.mailpit.test.rest
Methods in io.quarkiverse.mailpit.test.rest with parameters of type SetTagsRequest Modifier and Type Method Description voidTagsApi. setTags_0(SetTagsRequest ids)Set message tags To remove all tags from a message, pass an empty tags array.ApiResponse<Void>TagsApi. setTags_0WithHttpInfo(SetTagsRequest ids)Set message tags To remove all tags from a message, pass an empty tags array.
-