Namespace opensocial.Person.Field
All of the fields that a person has. These are the supported keys for the
Person.getField() method.
Defined in: opensocial.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
opensocial.Person.Field.ABOUT_ME
A general statement about the person, specified as a string.
|
| <static> |
opensocial.Person.Field.ACTIVITIES
Person's favorite activities, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.ADDRESSES
Addresses associated with the person, specified as an Array of
Addresses.
|
| <static> |
opensocial.Person.Field.AGE
Person's age, specified as a number.
|
| <static> |
opensocial.Person.Field.BODY_TYPE
Person's body characteristics, specified as an opensocial.BodyType.
|
| <static> |
opensocial.Person.Field.BOOKS
Person's favorite books, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.CARS
Person's favorite cars, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.CHILDREN
Description of the person's children, specified as a string.
|
| <static> |
opensocial.Person.Field.CURRENT_LOCATION
Person's current location, specified as an
Address.
|
| <static> |
opensocial.Person.Field.DATE_OF_BIRTH
Person's date of birth, specified as a Date object.
|
| <static> |
opensocial.Person.Field.DRINKER
Person's drinking status, specified as an opensocial.Enum with the enum's
key referencing opensocial.Enum.Drinker.
|
| <static> |
opensocial.Person.Field.EMAILS
Emails associated with the person, specified as an Array of
Emails.
|
| <static> |
opensocial.Person.Field.ETHNICITY
Person's ethnicity, specified as a string.
|
| <static> |
opensocial.Person.Field.FASHION
Person's thoughts on fashion, specified as a string.
|
| <static> |
opensocial.Person.Field.FOOD
Person's favorite food, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.GENDER
Person's gender, specified as an opensocial.Enum with the enum's
key referencing opensocial.Enum.Gender.
|
| <static> |
opensocial.Person.Field.HAPPIEST_WHEN
Describes when the person is happiest, specified as a string.
|
| <static> |
opensocial.Person.Field.HAS_APP
A boolean indicating whether the person has used the current app.
|
| <static> |
opensocial.Person.Field.HEROES
Person's favorite heroes, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.HUMOR
Person's thoughts on humor, specified as a string.
|
| <static> |
opensocial.Person.Field.ID
A string ID that can be permanently associated with this person.
|
| <static> |
opensocial.Person.Field.INTERESTS
Person's interests, hobbies or passions, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.JOB_INTERESTS
Person's favorite jobs, or job interests and skills, specified as a string.
|
| <static> |
opensocial.Person.Field.JOBS
Jobs the person has held, specified as an Array of
Organizations.
|
| <static> |
opensocial.Person.Field.LANGUAGES_SPOKEN
List of the languages that the person speaks as ISO 639-1 codes,
specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.LIVING_ARRANGEMENT
Description of the person's living arrangement, specified as a string.
|
| <static> |
opensocial.Person.Field.LOOKING_FOR
Person's statement about who or what they are looking for, or what they are
interested in meeting people for.
|
| <static> |
opensocial.Person.Field.MOVIES
Person's favorite movies, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.MUSIC
Person's favorite music, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.NAME
A opensocial.Name object containing the person's name.
|
| <static> |
opensocial.Person.Field.NETWORK_PRESENCE
Person's current network status.
|
| <static> |
opensocial.Person.Field.NICKNAME
A String representing the person's nickname.
|
| <static> |
opensocial.Person.Field.PETS
Description of the person's pets, specified as a string.
|
| <static> |
opensocial.Person.Field.PHONE_NUMBERS
Phone numbers associated with the person, specified as an Array of
Phones.
|
| <static> |
opensocial.Person.Field.POLITICAL_VIEWS
Person's political views, specified as a string.
|
| <static> |
opensocial.Person.Field.PROFILE_SONG
Person's profile song, specified as an opensocial.Url.
|
| <static> |
opensocial.Person.Field.PROFILE_URL
Person's profile URL, specified as a string.
|
| <static> |
opensocial.Person.Field.PROFILE_VIDEO
Person's profile video, specified as an opensocial.Url.
|
| <static> |
opensocial.Person.Field.QUOTES
Person's favorite quotes, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.RELATIONSHIP_STATUS
Person's relationship status, specified as a string.
|
| <static> |
opensocial.Person.Field.RELIGION
Person's relgion or religious views, specified as a string.
|
| <static> |
opensocial.Person.Field.ROMANCE
Person's comments about romance, specified as a string.
|
| <static> |
opensocial.Person.Field.SCARED_OF
What the person is scared of, specified as a string.
|
| <static> |
opensocial.Person.Field.SCHOOLS
Schools the person has attended, specified as an Array of
Organizations.
|
| <static> |
opensocial.Person.Field.SEXUAL_ORIENTATION
Person's sexual orientation, specified as a string.
|
| <static> |
opensocial.Person.Field.SMOKER
Person's smoking status, specified as an opensocial.Enum with the enum's
key referencing opensocial.Enum.Smoker.
|
| <static> |
opensocial.Person.Field.SPORTS
Person's favorite sports, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.STATUS
Person's status, headline or shoutout, specified as a string.
|
| <static> |
opensocial.Person.Field.TAGS
Arbitrary tags about the person, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.THUMBNAIL_URL
Person's photo thumbnail URL, specified as a string.
|
| <static> |
opensocial.Person.Field.TIME_ZONE
Person's time zone, specified as the difference in minutes between
Greenwich Mean Time (GMT) and the user's local time.
|
| <static> |
opensocial.Person.Field.TURN_OFFS
Person's turn offs, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.TURN_ONS
Person's turn ons, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.TV_SHOWS
Person's favorite TV shows, specified as an Array of strings.
|
| <static> |
opensocial.Person.Field.URLS
URLs related to the person, their webpages, or feeds.
|
Field Detail
<static>
opensocial.Person.Field.ABOUT_ME
A general statement about the person, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.ACTIVITIES
Person's favorite activities, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.ADDRESSES
Addresses associated with the person, specified as an Array of
Addresses.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.AGE
Person's age, specified as a number.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.BODY_TYPE
Person's body characteristics, specified as an opensocial.BodyType.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.BOOKS
Person's favorite books, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.CARS
Person's favorite cars, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.CHILDREN
Description of the person's children, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.CURRENT_LOCATION
Person's current location, specified as an
Address.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.DATE_OF_BIRTH
Person's date of birth, specified as a Date object.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.DRINKER
Person's drinking status, specified as an opensocial.Enum with the enum's
key referencing opensocial.Enum.Drinker.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.EMAILS
Emails associated with the person, specified as an Array of
Emails.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.ETHNICITY
Person's ethnicity, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.FASHION
Person's thoughts on fashion, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.FOOD
Person's favorite food, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.GENDER
Person's gender, specified as an opensocial.Enum with the enum's
key referencing opensocial.Enum.Gender.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.HAPPIEST_WHEN
Describes when the person is happiest, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.HAS_APP
A boolean indicating whether the person has used the current app.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.HEROES
Person's favorite heroes, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.HUMOR
Person's thoughts on humor, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.ID
A string ID that can be permanently associated with this person.
<static>
opensocial.Person.Field.INTERESTS
Person's interests, hobbies or passions, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.JOB_INTERESTS
Person's favorite jobs, or job interests and skills, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.JOBS
Jobs the person has held, specified as an Array of
Organizations.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.LANGUAGES_SPOKEN
List of the languages that the person speaks as ISO 639-1 codes,
specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.LIVING_ARRANGEMENT
Description of the person's living arrangement, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.LOOKING_FOR
Person's statement about who or what they are looking for, or what they are
interested in meeting people for. Specified as an Array of opensocial.Enum
with the enum's key referencing opensocial.Enum.LookingFor.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.MOVIES
Person's favorite movies, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.MUSIC
Person's favorite music, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.NAME
A opensocial.Name object containing the person's name.
<static>
opensocial.Person.Field.NETWORK_PRESENCE
Person's current network status. Specified as an Enum with the enum's
key referencing opensocial.Enum.Presence.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.NICKNAME
A String representing the person's nickname.
<static>
opensocial.Person.Field.PETS
Description of the person's pets, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.PHONE_NUMBERS
Phone numbers associated with the person, specified as an Array of
Phones.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.POLITICAL_VIEWS
Person's political views, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.PROFILE_SONG
Person's profile song, specified as an opensocial.Url.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.PROFILE_URL
Person's profile URL, specified as a string.
This URL must be fully qualified. Relative URLs will not work in gadgets.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.PROFILE_VIDEO
Person's profile video, specified as an opensocial.Url.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.QUOTES
Person's favorite quotes, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.RELATIONSHIP_STATUS
Person's relationship status, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.RELIGION
Person's relgion or religious views, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.ROMANCE
Person's comments about romance, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.SCARED_OF
What the person is scared of, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.SCHOOLS
Schools the person has attended, specified as an Array of
Organizations.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.SEXUAL_ORIENTATION
Person's sexual orientation, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.SMOKER
Person's smoking status, specified as an opensocial.Enum with the enum's
key referencing opensocial.Enum.Smoker.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.SPORTS
Person's favorite sports, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.STATUS
Person's status, headline or shoutout, specified as a string.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.TAGS
Arbitrary tags about the person, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.THUMBNAIL_URL
Person's photo thumbnail URL, specified as a string.
This URL must be fully qualified. Relative URLs will not work in gadgets.
<static>
opensocial.Person.Field.TIME_ZONE
Person's time zone, specified as the difference in minutes between
Greenwich Mean Time (GMT) and the user's local time. See
Date.getTimezoneOffset() in javascript for more details on this format.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.TURN_OFFS
Person's turn offs, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.TURN_ONS
Person's turn ons, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.TV_SHOWS
Person's favorite TV shows, specified as an Array of strings.
Container support for this field is OPTIONAL.
<static>
opensocial.Person.Field.URLS
URLs related to the person, their webpages, or feeds. Specified as an
Array of opensocial.Url.
Container support for this field is OPTIONAL.