Namespace opensocial.Name.Field
All of the fields that a name has. These are the supported keys for the
Name.getField() method.
Defined in: opensocial.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
opensocial.Name.Field.ADDITIONAL_NAME
The additional name.
|
| <static> |
opensocial.Name.Field.FAMILY_NAME
The family name.
|
| <static> |
opensocial.Name.Field.GIVEN_NAME
The given name.
|
| <static> |
opensocial.Name.Field.HONORIFIC_PREFIX
The honorific prefix.
|
| <static> |
opensocial.Name.Field.HONORIFIC_SUFFIX
The honorific suffix.
|
| <static> |
opensocial.Name.Field.UNSTRUCTURED
The unstructured name.
|
Field Detail
<static>
opensocial.Name.Field.ADDITIONAL_NAME
The additional name. Specified as a String.
<static>
opensocial.Name.Field.FAMILY_NAME
The family name. Specified as a String.
<static>
opensocial.Name.Field.GIVEN_NAME
The given name. Specified as a String.
<static>
opensocial.Name.Field.HONORIFIC_PREFIX
The honorific prefix. Specified as a String.
<static>
opensocial.Name.Field.HONORIFIC_SUFFIX
The honorific suffix. Specified as a String.
<static>
opensocial.Name.Field.UNSTRUCTURED
The unstructured name. Specified as a String.