| Package | Description |
|---|---|
| org.apache.streams.pipl.pojo |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.withAdditionalProperty(String name,
Object value) |
Job |
Job.withDateRange(DateRange dateRange) |
Job |
Job.withDisplay(String display) |
Job |
Job.withIndustry(String industry) |
Job |
Job.withOrganization(String organization) |
Job |
Job.withTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
Person.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setJobs(List<Job> jobs) |
Relationship |
Relationship.withJobs(List<Job> jobs) |
Source |
Source.withJobs(List<Job> jobs) |
Person |
Person.withJobs(List<Job> jobs) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.