| Package | Description |
|---|---|
| org.apache.streams.pipl.pojo |
| Modifier and Type | Method and Description |
|---|---|
Phone |
Phone.withAdditionalProperty(String name,
Object value) |
Phone |
Phone.withCountryCode(Long countryCode) |
Phone |
Phone.withDisplay(String display) |
Phone |
Phone.withDisplayInternational(String displayInternational) |
Phone |
Phone.withDoNotCall(Boolean doNotCall) |
Phone |
Phone.withExtension(Long extension) |
Phone |
Phone.withNumber(Long number) |
Phone |
Phone.withRaw(String raw) |
Phone |
Phone.withType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<Phone> |
Person.getPhones() |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setPhones(List<Phone> phones) |
Relationship |
Relationship.withPhones(List<Phone> phones) |
Source |
Source.withPhones(List<Phone> phones) |
Person |
Person.withPhones(List<Phone> phones) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.