public class Relationship extends Person implements Serializable
| Constructor and Description |
|---|
Relationship() |
getAddresses, getDob, getEducations, getEmails, getEthnicities, getGender, getId, getImages, getInferred, getJobs, getLanguages, getMatch, getNames, getOriginCountries, getPhones, getRelationships, getSearchPointer, getUrls, getUserIds, getUsernames, setAddresses, setDob, setEducations, setEmails, setEthnicities, setGender, setId, setImages, setInferred, setJobs, setLanguages, setMatch, setNames, setOriginCountries, setPhones, setRelationships, setSearchPointer, setUrls, setUserIds, setUsernames, withImages, withRelationships, withUrls, withUserIdspublic String getType()
public void setType(String type)
public Relationship withType(String type)
public String getSubtype()
public void setSubtype(String subtype)
public Relationship withSubtype(String subtype)
public Relationship withId(String id)
public Relationship withInferred(Boolean inferred)
withInferred in class Personpublic Relationship withSearchPointer(String searchPointer)
withSearchPointer in class Personpublic Relationship withMatch(Double match)
public Relationship withNames(List<Name> names)
public Relationship withEmails(List<Email> emails)
withEmails in class Personpublic Relationship withUsernames(List<Username> usernames)
withUsernames in class Personpublic Relationship withPhones(List<Phone> phones)
withPhones in class Personpublic Relationship withGender(Gender gender)
withGender in class Personpublic Relationship withDob(DateOfBirth dob)
public Relationship withLanguages(List<Language> languages)
withLanguages in class Personpublic Relationship withEthnicities(List<Ethnicity> ethnicities)
withEthnicities in class Personpublic Relationship withOriginCountries(List<OriginCountry> originCountries)
withOriginCountries in class Personpublic Relationship withAddresses(List<Address> addresses)
withAddresses in class Personpublic Relationship withJobs(List<Job> jobs)
public Relationship withEducations(List<Education> educations)
withEducations in class Personpublic Map<String,Object> getAdditionalProperties()
getAdditionalProperties in class Personpublic void setAdditionalProperty(String name, Object value)
setAdditionalProperty in class Personpublic Relationship withAdditionalProperty(String name, Object value)
withAdditionalProperty in class PersonCopyright © 2020 The Apache Software Foundation. All rights reserved.