Uses of Class
cz.quanti.mailq.entities.v2.TagEntity
-
Packages that use TagEntity Package Description cz.quanti.mailq.entities.v2 -
-
Uses of TagEntity in cz.quanti.mailq.entities.v2
Methods in cz.quanti.mailq.entities.v2 that return types with arguments of type TagEntity Modifier and Type Method Description List<TagEntity>PreparedNewsletterEntity. getTags()Iterator<TagEntity>TagsEntity. iterator()Spliterator<TagEntity>TagsEntity. spliterator()Method parameters in cz.quanti.mailq.entities.v2 with type arguments of type TagEntity Modifier and Type Method Description voidTagsEntity. forEach(java.util.function.Consumer<? super TagEntity> action)Constructor parameters in cz.quanti.mailq.entities.v2 with type arguments of type TagEntity Constructor Description TagsEntity(List<TagEntity> tags)
-