| Package | Description |
|---|---|
| org.apache.streams.pipl.pojo |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.withAdditionalProperty(String name,
Object value) |
Address |
Address.withApartment(String apartment) |
Address |
Address.withCity(String city) |
Address |
Address.withCountry(String country) |
Address |
Address.withDisplay(String display) |
Address |
Address.withHouse(String house) |
Address |
Address.withPoBox(String poBox) |
Address |
Address.withRaw(String raw) |
Address |
Address.withState(String state) |
Address |
Address.withStreet(String street) |
Address |
Address.withType(String type) |
Address |
Address.withValidSince(String validSince) |
Address |
Address.withZipCode(String zipCode) |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Person.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setAddresses(List<Address> addresses) |
Relationship |
Relationship.withAddresses(List<Address> addresses) |
Source |
Source.withAddresses(List<Address> addresses) |
Person |
Person.withAddresses(List<Address> addresses) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.