| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Name |
Name.clone() |
Name |
Name.set(java.lang.String fieldName,
java.lang.Object value) |
Name |
Name.setDisplayName(java.lang.String displayName)
The read-only display name formatted according to the locale specified by the viewer's account
or the `Accept-Language` HTTP header.
|
Name |
Name.setDisplayNameLastFirst(java.lang.String displayNameLastFirst)
The read-only display name with the last name first formatted according to the locale specified
by the viewer's account or the `Accept-Language` HTTP header.
|
Name |
Name.setFamilyName(java.lang.String familyName)
The family name.
|
Name |
Name.setGivenName(java.lang.String givenName)
The given name.
|
Name |
Name.setHonorificPrefix(java.lang.String honorificPrefix)
The honorific prefixes, such as `Mrs.` or `Dr.`
|
Name |
Name.setHonorificSuffix(java.lang.String honorificSuffix)
The honorific suffixes, such as `Jr.`
|
Name |
Name.setMetadata(FieldMetadata metadata)
Metadata about the name.
|
Name |
Name.setMiddleName(java.lang.String middleName)
The middle name(s).
|
Name |
Name.setPhoneticFamilyName(java.lang.String phoneticFamilyName)
The family name spelled as it sounds.
|
Name |
Name.setPhoneticFullName(java.lang.String phoneticFullName)
The full name spelled as it sounds.
|
Name |
Name.setPhoneticGivenName(java.lang.String phoneticGivenName)
The given name spelled as it sounds.
|
Name |
Name.setPhoneticHonorificPrefix(java.lang.String phoneticHonorificPrefix)
The honorific prefixes spelled as they sound.
|
Name |
Name.setPhoneticHonorificSuffix(java.lang.String phoneticHonorificSuffix)
The honorific suffixes spelled as they sound.
|
Name |
Name.setPhoneticMiddleName(java.lang.String phoneticMiddleName)
The middle name(s) spelled as they sound.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Name> |
Person.getNames()
The person's names.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setNames(java.util.List<Name> names)
The person's names.
|