| Package | Description |
|---|---|
| org.apache.streams.pipl.pojo |
| Modifier and Type | Method and Description |
|---|---|
Url |
Url.withAdditionalProperty(String name,
Object value) |
Url |
Url.withCategory(String category) |
Url |
Url.withDomain(String domain) |
Url |
Url.withName(String name) |
Url |
Url.withSourceId(String sourceId) |
Url |
Url.withSponsored(Boolean sponsored) |
Url |
Url.withUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<Url> |
Person.getUrls() |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setUrls(List<Url> urls) |
Source |
Source.withUrls(List<Url> urls) |
Person |
Person.withUrls(List<Url> urls) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.