| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Person.Name |
Person.Name.clone() |
Person.Name |
Person.getName()
An object representation of the individual components of a person's name.
|
Person.Name |
Person.Name.set(java.lang.String fieldName,
java.lang.Object value) |
Person.Name |
Person.Name.setFamilyName(java.lang.String familyName)
The family name (last name) of this person.
|
Person.Name |
Person.Name.setFormatted(java.lang.String formatted)
The full name of this person, including middle names, suffixes, etc.
|
Person.Name |
Person.Name.setGivenName(java.lang.String givenName)
The given name (first name) of this person.
|
Person.Name |
Person.Name.setHonorificPrefix(java.lang.String honorificPrefix)
The honorific prefixes (such as "Dr." or "Mrs.") for this person.
|
Person.Name |
Person.Name.setHonorificSuffix(java.lang.String honorificSuffix)
The honorific suffixes (such as "Jr.") for this person.
|
Person.Name |
Person.Name.setMiddleName(java.lang.String middleName)
The middle name of this person.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setName(Person.Name name)
An object representation of the individual components of a person's name.
|