public class RecipientsListEntriesEntity extends BaseEntity implements Iterable<RecipientsListEntryEntity>
| Constructor and Description |
|---|
RecipientsListEntriesEntity(List<RecipientsListEntryEntity> recipientsListEntries) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(java.util.function.Consumer<? super RecipientsListEntryEntity> action) |
List<RecipientsListEntryEntity> |
getRecipientsListEntries() |
Iterator<RecipientsListEntryEntity> |
iterator() |
Spliterator<RecipientsListEntryEntity> |
spliterator() |
public RecipientsListEntriesEntity(List<RecipientsListEntryEntity> recipientsListEntries)
public List<RecipientsListEntryEntity> getRecipientsListEntries()
public Iterator<RecipientsListEntryEntity> iterator()
iterator in interface Iterable<RecipientsListEntryEntity>public void forEach(java.util.function.Consumer<? super RecipientsListEntryEntity> action)
forEach in interface Iterable<RecipientsListEntryEntity>public Spliterator<RecipientsListEntryEntity> spliterator()
spliterator in interface Iterable<RecipientsListEntryEntity>Copyright © 2018. All rights reserved.