| Package | Description |
|---|---|
| org.apache.streams.pipl.pojo |
| Modifier and Type | Method and Description |
|---|---|
Email |
Email.withAdditionalProperty(String name,
Object value) |
Email |
Email.withAddress(String address) |
Email |
Email.withAddressMd5(String addressMd5) |
Email |
Email.withDisposable(Boolean disposable) |
Email |
Email.withEmailProvider(Boolean emailProvider) |
Email |
Email.withType(String type) |
Email |
Email.withValidSince(String validSince) |
| Modifier and Type | Method and Description |
|---|---|
List<Email> |
Person.getEmails() |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setEmails(List<Email> emails) |
Relationship |
Relationship.withEmails(List<Email> emails) |
Source |
Source.withEmails(List<Email> emails) |
Person |
Person.withEmails(List<Email> emails) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.