| Package | Description |
|---|---|
| cz.quanti.mailq | |
| cz.quanti.mailq.entities.v2 | |
| cz.quanti.mailq.resources.v2 |
| Modifier and Type | Method and Description |
|---|---|
void |
MailQ.updateRecipientFromList(Long recipientsListId,
RecipientsListEntryEntity recipientsListEntry)
Update entry from recipients list
|
void |
MailQ.updateRecipientFromList(Long recipientsListId,
RecipientsListEntryEntity recipientsListEntry,
Boolean validate)
Update entry from recipients list
|
| Modifier and Type | Method and Description |
|---|---|
void |
MailQ.addRecipientsToList(Long recipientsListId,
List<RecipientsListEntryEntity> entries)
Add multiple recipients to the list with validation of e-mail addresses.
|
void |
MailQ.addRecipientsToList(Long recipientsListId,
List<RecipientsListEntryEntity> entries,
Boolean validate)
Add multiple recipients to the list.
|
| Modifier and Type | Method and Description |
|---|---|
RecipientsListEntryEntity |
RecipientsListEntryEntity.addData(String key,
Object value) |
RecipientsListEntryEntity |
RecipientsListEntryEntity.setData(Map<String,Object> data) |
RecipientsListEntryEntity |
RecipientsListEntryEntity.setEmail(String email) |
| Modifier and Type | Method and Description |
|---|---|
List<RecipientsListEntryEntity> |
RecipientsListEntriesEntity.getRecipientsListEntries() |
Iterator<RecipientsListEntryEntity> |
RecipientsListEntriesEntity.iterator() |
Spliterator<RecipientsListEntryEntity> |
RecipientsListEntriesEntity.spliterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecipientsListEntriesEntity.forEach(java.util.function.Consumer<? super RecipientsListEntryEntity> action) |
| Constructor and Description |
|---|
RecipientsListEntriesEntity(List<RecipientsListEntryEntity> recipientsListEntries) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecipientsListResource.updateRecipientFromList(Long recipientsListId,
RecipientsListEntryEntity recipientsListEntry,
Boolean validate) |
Copyright © 2018. All rights reserved.