Uses of Class
cz.quanti.mailq.entities.v2.RecipientsListEntity
-
Packages that use RecipientsListEntity Package Description cz.quanti.mailq cz.quanti.mailq.entities.v2 cz.quanti.mailq.resources.v2 -
-
Uses of RecipientsListEntity in cz.quanti.mailq
Methods in cz.quanti.mailq that return RecipientsListEntity Modifier and Type Method Description RecipientsListEntityMailQ. createRecipientsList(RecipientsListEntity recipientsList)Create recipients list.RecipientsListEntityMailQ. getRecipientsList(Long recipientsListId)Get recipient listMethods in cz.quanti.mailq with parameters of type RecipientsListEntity Modifier and Type Method Description RecipientsListEntityMailQ. createRecipientsList(RecipientsListEntity recipientsList)Create recipients list. -
Uses of RecipientsListEntity in cz.quanti.mailq.entities.v2
Methods in cz.quanti.mailq.entities.v2 that return RecipientsListEntity Modifier and Type Method Description RecipientsListEntityRecipientsListEntity. setDescription(String description)RecipientsListEntityRecipientsListEntity. setFormVisible(Boolean formVisible)RecipientsListEntityRecipientsListEntity. setName(String name)RecipientsListEntityRecipientsListEntity. setVariables(String... variables)RecipientsListEntityRecipientsListEntity. setVariables(Set<String> variables)Methods in cz.quanti.mailq.entities.v2 that return types with arguments of type RecipientsListEntity Modifier and Type Method Description Iterator<RecipientsListEntity>RecipientsListsEntity. iterator()Spliterator<RecipientsListEntity>RecipientsListsEntity. spliterator()Method parameters in cz.quanti.mailq.entities.v2 with type arguments of type RecipientsListEntity Modifier and Type Method Description voidRecipientsListsEntity. forEach(java.util.function.Consumer<? super RecipientsListEntity> action)Constructor parameters in cz.quanti.mailq.entities.v2 with type arguments of type RecipientsListEntity Constructor Description RecipientsListsEntity(List<RecipientsListEntity> recipientsLists) -
Uses of RecipientsListEntity in cz.quanti.mailq.resources.v2
Methods in cz.quanti.mailq.resources.v2 that return RecipientsListEntity Modifier and Type Method Description RecipientsListEntityRecipientsListResource. createRecipientsList(RecipientsListEntity recipientsList)RecipientsListEntityRecipientsListResource. getRecipientsList(Long recipientsListId)Methods in cz.quanti.mailq.resources.v2 with parameters of type RecipientsListEntity Modifier and Type Method Description RecipientsListEntityRecipientsListResource. createRecipientsList(RecipientsListEntity recipientsList)
-