| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Birthday |
Birthday.clone() |
Birthday |
Birthday.set(String fieldName,
Object value) |
Birthday |
Birthday.setDate(Date date)
The structured date of the birthday.
|
Birthday |
Birthday.setMetadata(FieldMetadata metadata)
Metadata about the birthday.
|
Birthday |
Birthday.setText(String text)
Prefer to use the `date` field if set.
|
| Modifier and Type | Method and Description |
|---|---|
List<Birthday> |
Person.getBirthdays()
The person's birthdays.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setBirthdays(List<Birthday> birthdays)
The person's birthdays.
|
Copyright © 2011–2025 Google. All rights reserved.