Uses of Class
cz.quanti.mailq.entities.v2.RecipientsListEntriesEntity
-
Packages that use RecipientsListEntriesEntity Package Description cz.quanti.mailq cz.quanti.mailq.json cz.quanti.mailq.resources.v2 -
-
Uses of RecipientsListEntriesEntity in cz.quanti.mailq
Methods in cz.quanti.mailq that return RecipientsListEntriesEntity Modifier and Type Method Description RecipientsListEntriesEntityMailQ. getRecipientsFromList(Long recipientsListId)Get entries from recipients listRecipientsListEntriesEntityMailQ. getRecipientsFromList(Long recipientsListId, Pagination pagination)Get entries from recipients list -
Uses of RecipientsListEntriesEntity in cz.quanti.mailq.json
Methods in cz.quanti.mailq.json that return RecipientsListEntriesEntity Modifier and Type Method Description RecipientsListEntriesEntityRecipientsListEntriesEntitySerializer. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)Methods in cz.quanti.mailq.json with parameters of type RecipientsListEntriesEntity Modifier and Type Method Description com.google.gson.JsonElementRecipientsListEntriesEntitySerializer. serialize(RecipientsListEntriesEntity recipientsListEntriesEntity, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) -
Uses of RecipientsListEntriesEntity in cz.quanti.mailq.resources.v2
Methods in cz.quanti.mailq.resources.v2 that return RecipientsListEntriesEntity Modifier and Type Method Description RecipientsListEntriesEntityRecipientsListResource. getRecipientsFromList(Long recipientsListId, Pagination pagination)Methods in cz.quanti.mailq.resources.v2 with parameters of type RecipientsListEntriesEntity Modifier and Type Method Description voidRecipientsListResource. addRecipientsToList(Long recipientsListId, RecipientsListEntriesEntity recipientsListEntries, Boolean validate)
-