| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Date |
Date.clone() |
Date |
Birthday.getDate()
The structured date of the birthday.
|
Date |
Event.getDate()
The date of the event.
|
Date |
Organization.getEndDate()
The end date when the person left the organization.
|
Date |
Organization.getStartDate()
The start date when the person joined the organization.
|
Date |
Date.set(String fieldName,
Object value) |
Date |
Date.setDay(Integer day)
Day of a month.
|
Date |
Date.setMonth(Integer month)
Month of a year.
|
Date |
Date.setYear(Integer year)
Year of the date.
|
| Modifier and Type | Method and Description |
|---|---|
Birthday |
Birthday.setDate(Date date)
The structured date of the birthday.
|
Event |
Event.setDate(Date date)
The date of the event.
|
Organization |
Organization.setEndDate(Date endDate)
The end date when the person left the organization.
|
Organization |
Organization.setStartDate(Date startDate)
The start date when the person joined the organization.
|
Copyright © 2011–2025 Google. All rights reserved.