| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Name |
Name.clone() |
Name |
Name.set(String fieldName,
Object value) |
Name |
Name.setDisplayName(String displayName)
Output only.
|
Name |
Name.setDisplayNameLastFirst(String displayNameLastFirst)
Output only.
|
Name |
Name.setFamilyName(String familyName)
The family name.
|
Name |
Name.setGivenName(String givenName)
The given name.
|
Name |
Name.setHonorificPrefix(String honorificPrefix)
The honorific prefixes, such as `Mrs.` or `Dr.`
|
Name |
Name.setHonorificSuffix(String honorificSuffix)
The honorific suffixes, such as `Jr.`
|
Name |
Name.setMetadata(FieldMetadata metadata)
Metadata about the name.
|
Name |
Name.setMiddleName(String middleName)
The middle name(s).
|
Name |
Name.setPhoneticFamilyName(String phoneticFamilyName)
The family name spelled as it sounds.
|
Name |
Name.setPhoneticFullName(String phoneticFullName)
The full name spelled as it sounds.
|
Name |
Name.setPhoneticGivenName(String phoneticGivenName)
The given name spelled as it sounds.
|
Name |
Name.setPhoneticHonorificPrefix(String phoneticHonorificPrefix)
The honorific prefixes spelled as they sound.
|
Name |
Name.setPhoneticHonorificSuffix(String phoneticHonorificSuffix)
The honorific suffixes spelled as they sound.
|
Name |
Name.setPhoneticMiddleName(String phoneticMiddleName)
The middle name(s) spelled as they sound.
|
Name |
Name.setUnstructuredName(String unstructuredName)
The free form name value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Name> |
Person.getNames()
The person's names.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setNames(List<Name> names)
The person's names.
|
Copyright © 2011–2025 Google. All rights reserved.