Person.Field, Person.GenderPROFILE_URL_TYPE, THUMBNAIL_PHOTO_TYPE| Constructor and Description |
|---|
PersonImpl() |
PersonImpl(String id,
String displayName,
Name name)
A constructor which contains all of the required fields on a person object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAboutMe()
Get a general statement about the person, specified as a string.
|
List<Account> |
getAccounts()
Get the list of online accounts held by this person.
|
List<String> |
getActivities()
Get the person's favorite activities, specified as an List of strings.
|
List<Address> |
getAddresses()
Get addresses associated with the person, specified as an List of Address objects.
|
Integer |
getAge()
Get the person's age, specified as a number.
|
Map<String,?> |
getAppData()
Get app data for the person.
|
Date |
getBirthday()
Get the person's date of birth, specified as a
Date object. |
BodyType |
getBodyType()
Get the person's body characteristics, specified as an BodyType.
|
List<String> |
getBooks()
Get the person's favorite books, specified as an List of strings.
|
List<String> |
getCars()
Get the person's favorite cars, specified as an List of strings.
|
String |
getChildren()
Get a description of the person's children, specified as a string.
|
Address |
getCurrentLocation()
Get the person's current location, specified as an
Address. |
String |
getDisplayName()
The display name for the user.
|
Enum<Drinker> |
getDrinker()
|
List<ListField> |
getEmails()
Get the person's Emails associated with the person.
|
String |
getEthnicity()
Get the person's ethnicity, specified as a string.
|
Map<String,String> |
getExtensions()
Get the person's extensions, specified as a Map.
|
String |
getFashion()
Get the person's thoughts on fashion, specified as a string.
|
List<String> |
getFood()
Get the person's favorite food, specified as an List of strings.
|
Person.Gender |
getGender()
Get a person's gender, specified as an
Person.Gender. |
String |
getHappiestWhen()
Get a description of when the person is happiest, specified as a string.
|
Boolean |
getHasApp()
Get if the person has used the current app.
|
List<String> |
getHeroes()
Get a person's favorite heroes, specified as an Array of strings.
|
String |
getHumor()
Get the person's thoughts on humor, specified as a string.
|
String |
getId()
Get A string ID that can be permanently associated with this person.
|
List<ListField> |
getIms()
Get a list of Instant messaging address for this Person.
|
List<String> |
getInterests()
Get the person's interests, hobbies or passions, specified as an List of strings.
|
boolean |
getIsOwner() |
boolean |
getIsViewer()
Returns true if this person object represents the currently logged in user.
|
String |
getJobInterests()
Get the Person's favorite jobs, or job interests and skills, specified as a string.
|
List<String> |
getLanguagesSpoken()
Get a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of
strings.
|
String |
getLivingArrangement()
Get a description of the person's living arrangement, specified as a string.
|
List<Enum<LookingFor>> |
getLookingFor()
Get a person's statement about who or what they are looking for, or what they are interested in
meeting people for.
|
List<String> |
getMovies()
Get the Person's favorite movies, specified as an List of strings.
|
List<String> |
getMusic()
Get the Person's favorite music, specified as an List of strings Container support for this
field is OPTIONAL.
|
Name |
getName()
Get the person's name Container support for this field is REQUIRED.
|
Enum<NetworkPresence> |
getNetworkPresence()
Get the person's current network status.
|
String |
getNickname()
Get the person's nickname.
|
List<Organization> |
getOrganizations()
Get a list of current or past organizational affiliations of this Person.
|
String |
getPets()
Get a description of the person's pets Container support for this field is OPTIONAL.
|
List<ListField> |
getPhoneNumbers()
Get the Phone numbers associated with the person.
|
List<ListField> |
getPhotos()
URL of a photo of this person.
|
String |
getPoliticalViews()
Get the Person's political views, specified as a string.
|
String |
getPreferredUsername()
Get the Person's preferred username, specified as a string.
|
Url |
getProfileSong()
Get the Person's profile song, specified as an
Url. |
String |
getProfileUrl()
Get the person's profile URL.
|
Url |
getProfileVideo()
Get the Person's profile video.
|
List<String> |
getQuotes()
Get the person's favorite quotes Container support for this field is OPTIONAL.
|
String |
getRelationshipStatus()
Get the person's relationship status.
|
String |
getReligion()
Get the person's relgion or religious views.
|
String |
getRomance()
Get the person's comments about romance.
|
String |
getScaredOf()
Get what the person is scared of Container support for this field is OPTIONAL.
|
String |
getSexualOrientation()
Get the person's sexual orientation.
|
Enum<Smoker> |
getSmoker()
Get the person's smoking status.
|
List<String> |
getSports()
Get the person's favorite sports.
|
String |
getStatus()
Get the person's status, headline or shoutout.
|
List<String> |
getTags()
Get arbitrary tags about the person.
|
String |
getThumbnailUrl()
Get the person's photo thumbnail URL, specified as a string.
|
List<String> |
getTurnOffs()
Get the person's turn offs.
|
List<String> |
getTurnOns()
Get the person's turn ons.
|
List<String> |
getTvShows()
Get the person's favorite TV shows.
|
Date |
getUpdated()
The time this person was last updated.
|
List<Url> |
getUrls()
Get the URLs related to the person, their webpages, or feeds Container support for this field
is OPTIONAL.
|
Long |
getUtcOffset()
Get the Person's time zone, specified as the difference in minutes between Greenwich Mean Time
(GMT) and the user's local time.
|
String |
getVoot_membership_role() |
void |
setAboutMe(String aboutMe)
Set a general statement about the person, specified as a string.
|
void |
setAccounts(List<Account> accounts)
Set the list of online accounts held by this person.
|
void |
setActivities(List<String> activities)
Set the person's favorite activities, specified as an List of strings.
|
void |
setAddresses(List<Address> addresses)
Set addresses associated with the person, specified as an List of Address objects.
|
void |
setAge(Integer age)
Set the person's age, specified as a number.
|
void |
setAppData(Map<String,?> appData)
Sets app data for the person.
|
void |
setBirthday(Date birthday)
Set the person's date of birth, specified as a
Date object. |
void |
setBodyType(BodyType bodyType)
Set the person's body characteristics, specified as an BodyType.
|
void |
setBooks(List<String> books)
Set the person's favorite books, specified as an List of strings.
|
void |
setCars(List<String> cars)
Set the person's favorite cars, specified as an List of strings.
|
void |
setChildren(String children)
Set a description of the person's children, specified as a string.
|
void |
setCurrentLocation(Address currentLocation)
Set the person's current location, specified as an
Address. |
void |
setDisplayName(String displayName)
Set the display name.
|
void |
setDrinker(Enum<Drinker> newDrinker)
|
void |
setEmails(List<ListField> emails)
Set the person's Emails associated with the person.
|
void |
setEthnicity(String ethnicity)
Set the person's ethnicity, specified as a string.
|
void |
setExtensions(Map<String,String> extensions)
Set the person's extensions, specified as a Map.
|
void |
setFashion(String fashion)
Set the person's thoughts on fashion, specified as a string.
|
void |
setFood(List<String> food)
Set the person's favorite food, specified as an List of strings.
|
void |
setGender(Person.Gender newGender)
Set a person's gender, specified as an
Person.Gender. |
void |
setHappiestWhen(String happiestWhen)
Set a description of when the person is happiest, specified as a string.
|
void |
setHasApp(Boolean hasApp)
Set if the person has used the current app.
|
void |
setHeroes(List<String> heroes)
Set a person's favorite heroes, specified as an Array of strings.
|
void |
setHumor(String humor)
Set the person's thoughts on humor, specified as a string.
|
void |
setId(String id)
Set A string ID that can be permanently associated with this person.
|
void |
setIms(List<ListField> ims)
Set a list of Instant messaging address for this Person.
|
void |
setInterests(List<String> interests)
Set the person's interests, hobbies or passions, specified as an List of strings.
|
void |
setIsOwner(boolean isOwner)
Set the owner flag.
|
void |
setIsViewer(boolean isViewer)
Returns true if this person object represents the currently logged in user.
|
void |
setJobInterests(String jobInterests)
Set the Person's favorite jobs, or job interests and skills, specified as a string.
|
void |
setLanguagesSpoken(List<String> languagesSpoken)
Set a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of
strings.
|
void |
setLivingArrangement(String livingArrangement)
Set a description of the person's living arrangement, specified as a string.
|
void |
setLookingFor(List<Enum<LookingFor>> lookingFor)
Get a person's statement about who or what they are looking for, or what they are interested in
meeting people for.
|
void |
setMovies(List<String> movies)
Set the Person's favorite movies, specified as an List of strings.
|
void |
setMusic(List<String> music)
Set the Person's favorite music, specified as an List of strings Container support for this
field is OPTIONAL.
|
void |
setName(Name name)
Set the person's name Container support for this field is REQUIRED.
|
void |
setNetworkPresence(Enum<NetworkPresence> networkPresence)
Set the person's current network status.
|
void |
setNickname(String nickname)
Set the the person's nickname.
|
void |
setOrganizations(List<Organization> organizations)
Set a list of current or past organizational affiliations of this Person.
|
void |
setPets(String pets)
Set a description of the person's pets Container support for this field is OPTIONAL.
|
void |
setPhoneNumbers(List<ListField> phoneNumbers)
Set the Phone numbers associated with the person.
|
void |
setPhotos(List<ListField> photos)
Set a list of Photos for the person.
|
void |
setPoliticalViews(String politicalViews)
Set the Person's political views, specified as a string.
|
void |
setPreferredUsername(String preferredUsername)
Set the Person's preferred username, specified as a string.
|
void |
setProfileSong(Url profileSong)
Set the Person's profile song, specified as an
Url. |
void |
setProfileUrl(String profileUrl)
Set the person's profile URL.
|
void |
setProfileVideo(Url profileVideo)
Set the Person's profile video.
|
void |
setQuotes(List<String> quotes)
Set the person's favorite quotes.
|
void |
setRelationshipStatus(String relationshipStatus)
Set the person's relationship status.
|
void |
setReligion(String religion)
Set the person's relgion or religious views.
|
void |
setRomance(String romance)
Set a the person's comments about romance, Container support for this field is OPTIONAL.
|
void |
setScaredOf(String scaredOf)
Set what the person is scared of Container support for this field is OPTIONAL.
|
void |
setSexualOrientation(String sexualOrientation)
Set the person's sexual orientation Container support for this field is OPTIONAL.
|
void |
setSmoker(Enum<Smoker> newSmoker)
Set the person's smoking status.
|
void |
setSports(List<String> sports)
Set the person's favorite sports.
|
void |
setStatus(String status)
Set the person's status, headline or shoutout.
|
void |
setTags(List<String> tags)
Set arbitrary tags about the person.
|
void |
setThumbnailUrl(String thumbnailUrl)
Set the person's photo thumbnail URL, specified as a string.
|
void |
setTurnOffs(List<String> turnOffs)
Set the person's turn offs.
|
void |
setTurnOns(List<String> turnOns)
Set the person's turn ons.
|
void |
setTvShows(List<String> tvShows)
Set the person's favorite TV shows.
|
void |
setUpdated(Date updated)
Set the time this record was last updated.
|
void |
setUrls(List<Url> urls)
Set the URLs related to the person, their webpages, or feeds Container support for this field
is OPTIONAL.
|
void |
setUtcOffset(Long utcOffset)
Set the Person's time zone, specified as the difference in minutes between Greenwich Mean Time
(GMT) and the user's local time.
|
void |
setVoot_membership_role(String voot_membership_role) |
public String getAboutMe()
PersongetAboutMe in interface Personpublic void setAboutMe(String aboutMe)
PersonsetAboutMe in interface PersonaboutMe - the value of aboutMepublic List<Account> getAccounts()
PersongetAccounts in interface Personpublic void setAccounts(List<Account> accounts)
PersonsetAccounts in interface Personaccounts - a list of Account objectspublic List<String> getActivities()
PersongetActivities in interface Personpublic void setActivities(List<String> activities)
PersonsetActivities in interface Personactivities - a list of activitiespublic List<Address> getAddresses()
PersongetAddresses in interface Personpublic void setAddresses(List<Address> addresses)
PersonsetAddresses in interface Personaddresses - a list of address objectspublic Integer getAge()
Personpublic void setAge(Integer age)
Personpublic Map<String,?> getAppData()
PersongetAppData in interface Personpublic void setAppData(Map<String,?> appData)
PersonsetAppData in interface PersonappData - the app data, possibly a subsetpublic BodyType getBodyType()
PersongetBodyType in interface Personpublic void setBodyType(BodyType bodyType)
PersonsetBodyType in interface PersonbodyType - the person's BodyTypepublic List<String> getBooks()
Personpublic void setBooks(List<String> books)
Personpublic List<String> getCars()
Personpublic void setCars(List<String> cars)
Personpublic String getChildren()
PersongetChildren in interface Personpublic void setChildren(String children)
PersonsetChildren in interface Personchildren - the persons childrenpublic Address getCurrentLocation()
PersonAddress. Container support for this
field is OPTIONAL.getCurrentLocation in interface Personpublic void setCurrentLocation(Address currentLocation)
PersonAddress. Container support for this
field is OPTIONAL.setCurrentLocation in interface PersoncurrentLocation - the persons current locationpublic Date getBirthday()
PersonDate object. Container support for this
field is OPTIONAL.getBirthday in interface Personpublic void setBirthday(Date birthday)
PersonDate object. Container support for this
field is OPTIONAL.setBirthday in interface Personbirthday - the person's data of birthpublic String getDisplayName()
PersongetDisplayName in interface Personpublic void setDisplayName(String displayName)
PersonsetDisplayName in interface PersondisplayName - the new display name.public Enum<Drinker> getDrinker()
PersonEnum with the enum's key referencing
Drinker. Container support for this field is OPTIONAL.getDrinker in interface Personpublic void setDrinker(Enum<Drinker> newDrinker)
PersonEnum with the enum's key referencing
Drinker. Container support for this field is OPTIONAL.setDrinker in interface PersonnewDrinker - the persons drinking statuspublic List<ListField> getEmails()
Personpublic void setEmails(List<ListField> emails)
Personpublic String getEthnicity()
PersongetEthnicity in interface Personpublic void setEthnicity(String ethnicity)
PersonsetEthnicity in interface Personethnicity - the person's ethnicitypublic String getFashion()
PersongetFashion in interface Personpublic void setFashion(String fashion)
PersonsetFashion in interface Personfashion - the person's thoughts on fashionpublic List<String> getFood()
Personpublic void setFood(List<String> food)
Personpublic Person.Gender getGender()
PersonPerson.Gender.public void setGender(Person.Gender newGender)
PersonPerson.Gender.public String getHappiestWhen()
PersongetHappiestWhen in interface Personpublic void setHappiestWhen(String happiestWhen)
PersonsetHappiestWhen in interface PersonhappiestWhen - a description of when the person is happiestpublic Boolean getHasApp()
Personpublic void setHasApp(Boolean hasApp)
Personpublic List<String> getHeroes()
Personpublic void setHeroes(List<String> heroes)
Personpublic String getHumor()
Personpublic void setHumor(String humor)
Personpublic String getId()
Personpublic void setId(String id)
Personpublic List<ListField> getIms()
Personpublic void setIms(List<ListField> ims)
Personpublic List<String> getInterests()
PersongetInterests in interface Personpublic void setInterests(List<String> interests)
PersonsetInterests in interface Personinterests - the person's interests, hobbies or passionspublic String getJobInterests()
PersongetJobInterests in interface Personpublic void setJobInterests(String jobInterests)
PersonsetJobInterests in interface PersonjobInterests - the Person's favorite jobs, or job interests and skillspublic List<String> getLanguagesSpoken()
PersongetLanguagesSpoken in interface Personpublic void setLanguagesSpoken(List<String> languagesSpoken)
PersonsetLanguagesSpoken in interface PersonlanguagesSpoken - a List of the languages that the person speakspublic Date getUpdated()
PersongetUpdated in interface Personpublic void setUpdated(Date updated)
PersonsetUpdated in interface Personupdated - the last update timepublic String getLivingArrangement()
PersongetLivingArrangement in interface Personpublic void setLivingArrangement(String livingArrangement)
PersonsetLivingArrangement in interface PersonlivingArrangement - a description of the person's living arrangementpublic List<Enum<LookingFor>> getLookingFor()
PersonEnum with the enum's key referencing
LookingFor Container support for this field is OPTIONAL.getLookingFor in interface Personpublic void setLookingFor(List<Enum<LookingFor>> lookingFor)
PersonEnum with the enum's key referencing
LookingFor Container support for this field is OPTIONAL.setLookingFor in interface PersonlookingFor - person's statement about who or what they are looking forpublic List<String> getMovies()
Personpublic void setMovies(List<String> movies)
Personpublic List<String> getMusic()
Personpublic void setMusic(List<String> music)
Personpublic Name getName()
Personpublic void setName(Name name)
Personpublic Enum<NetworkPresence> getNetworkPresence()
PersonEnum with the enum's key
referencing NetworkPresence. Container support for this field is OPTIONAL.getNetworkPresence in interface Personpublic void setNetworkPresence(Enum<NetworkPresence> networkPresence)
PersonEnum with the enum's key
referencing NetworkPresence. Container support for this field is OPTIONAL.setNetworkPresence in interface PersonnetworkPresence - the person's current network statuspublic String getNickname()
PersongetNickname in interface Personpublic void setNickname(String nickname)
PersonsetNickname in interface Personnickname - the person's nickname.public List<Organization> getOrganizations()
PersongetOrganizations in interface Personpublic void setOrganizations(List<Organization> organizations)
PersonsetOrganizations in interface Personorganizations - a list of Organisation objectspublic String getPets()
Personpublic void setPets(String pets)
Personpublic List<ListField> getPhoneNumbers()
PersongetPhoneNumbers in interface Personpublic void setPhoneNumbers(List<ListField> phoneNumbers)
PersonsetPhoneNumbers in interface PersonphoneNumbers - the Phone numbers associated with the personpublic List<ListField> getPhotos()
Personpublic void setPhotos(List<ListField> photos)
PersonsetPhotos in interface Personphotos - a list of photos.Person.getPhotos()public String getPoliticalViews()
PersongetPoliticalViews in interface Personpublic void setPoliticalViews(String politicalViews)
PersonsetPoliticalViews in interface PersonpoliticalViews - the Person's political viewspublic String getPreferredUsername()
PersongetPreferredUsername in interface Personpublic void setPreferredUsername(String preferredUsername)
PersonsetPreferredUsername in interface PersonpreferredUsername - the Person's preferred usernamepublic Url getProfileSong()
PersonUrl. Container support for this field
is OPTIONAL.getProfileSong in interface Personpublic void setProfileSong(Url profileSong)
PersonUrl. Container support for this field
is OPTIONAL.setProfileSong in interface PersonprofileSong - the Person's profile songpublic Url getProfileVideo()
PersongetProfileVideo in interface Personpublic void setProfileVideo(Url profileVideo)
PersonsetProfileVideo in interface PersonprofileVideo - the Person's profile videopublic List<String> getQuotes()
Personpublic void setQuotes(List<String> quotes)
Personpublic String getRelationshipStatus()
PersongetRelationshipStatus in interface Personpublic void setRelationshipStatus(String relationshipStatus)
PersonsetRelationshipStatus in interface PersonrelationshipStatus - the person's relationship statuspublic String getReligion()
PersongetReligion in interface Personpublic void setReligion(String religion)
PersonsetReligion in interface Personreligion - the person's relgion or religious viewspublic String getRomance()
PersongetRomance in interface Personpublic void setRomance(String romance)
PersonsetRomance in interface Personromance - the person's comments about romance,public String getScaredOf()
PersongetScaredOf in interface Personpublic void setScaredOf(String scaredOf)
PersonsetScaredOf in interface PersonscaredOf - what the person is scared ofpublic String getSexualOrientation()
PersongetSexualOrientation in interface Personpublic void setSexualOrientation(String sexualOrientation)
PersonsetSexualOrientation in interface PersonsexualOrientation - the person's sexual orientationpublic Enum<Smoker> getSmoker()
Personpublic void setSmoker(Enum<Smoker> newSmoker)
Personpublic List<String> getSports()
Personpublic void setSports(List<String> sports)
Personpublic String getStatus()
Personpublic void setStatus(String status)
Personpublic List<String> getTags()
Personpublic void setTags(List<String> tags)
Personpublic Long getUtcOffset()
PersongetUtcOffset in interface Personpublic void setUtcOffset(Long utcOffset)
PersonsetUtcOffset in interface PersonutcOffset - the Person's time zonepublic List<String> getTurnOffs()
PersongetTurnOffs in interface Personpublic void setTurnOffs(List<String> turnOffs)
PersonsetTurnOffs in interface PersonturnOffs - the person's turn offspublic List<String> getTurnOns()
PersongetTurnOns in interface Personpublic void setTurnOns(List<String> turnOns)
PersonsetTurnOns in interface PersonturnOns - the person's turn onspublic List<String> getTvShows()
PersongetTvShows in interface Personpublic void setTvShows(List<String> tvShows)
PersonsetTvShows in interface PersontvShows - the person's favorite TV shows.public List<Url> getUrls()
Personpublic void setUrls(List<Url> urls)
Personpublic boolean getIsOwner()
getIsOwner in interface Personpublic void setIsOwner(boolean isOwner)
PersonsetIsOwner in interface PersonisOwner - the isOwnerflagpublic boolean getIsViewer()
PersongetIsViewer in interface Personpublic void setIsViewer(boolean isViewer)
PersonsetIsViewer in interface PersonisViewer - the isViewer Flagpublic String getProfileUrl()
PersongetProfileUrl in interface Personpublic void setProfileUrl(String profileUrl)
PersonsetProfileUrl in interface PersonprofileUrl - the person's profile URLpublic String getThumbnailUrl()
PersongetThumbnailUrl in interface Personpublic void setThumbnailUrl(String thumbnailUrl)
PersonsetThumbnailUrl in interface PersonthumbnailUrl - the person's photo thumbnail URLpublic Map<String,String> getExtensions()
PersongetExtensions in interface Personpublic void setExtensions(Map<String,String> extensions)
PersonsetExtensions in interface Personextensions - the extensions to setpublic String getVoot_membership_role()
getVoot_membership_role in interface Personpublic void setVoot_membership_role(String voot_membership_role)
setVoot_membership_role in interface Personvoot_membership_role - the voot_membership_role to setCopyright © 2007-2012. All Rights Reserved.