Package cz.quanti.mailq.entities.v2
Class RecipientsListEntriesEntity
- java.lang.Object
-
- cz.quanti.mailq.entities.v2.BaseEntity
-
- cz.quanti.mailq.entities.v2.RecipientsListEntriesEntity
-
- All Implemented Interfaces:
Iterable<RecipientsListEntryEntity>
public class RecipientsListEntriesEntity extends BaseEntity implements Iterable<RecipientsListEntryEntity>
-
-
Constructor Summary
Constructors Constructor Description RecipientsListEntriesEntity(List<RecipientsListEntryEntity> recipientsListEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEach(java.util.function.Consumer<? super RecipientsListEntryEntity> action)List<RecipientsListEntryEntity>getRecipientsListEntries()Iterator<RecipientsListEntryEntity>iterator()Spliterator<RecipientsListEntryEntity>spliterator()
-
-
-
Constructor Detail
-
RecipientsListEntriesEntity
public RecipientsListEntriesEntity(List<RecipientsListEntryEntity> recipientsListEntries)
-
-
Method Detail
-
getRecipientsListEntries
public List<RecipientsListEntryEntity> getRecipientsListEntries()
-
iterator
public Iterator<RecipientsListEntryEntity> iterator()
- Specified by:
iteratorin interfaceIterable<RecipientsListEntryEntity>
-
forEach
public void forEach(java.util.function.Consumer<? super RecipientsListEntryEntity> action)
- Specified by:
forEachin interfaceIterable<RecipientsListEntryEntity>
-
spliterator
public Spliterator<RecipientsListEntryEntity> spliterator()
- Specified by:
spliteratorin interfaceIterable<RecipientsListEntryEntity>
-
-