| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Date |
Date.clone() |
Date |
Birthday.getDate()
The 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(java.lang.String fieldName,
java.lang.Object value) |
Date |
Date.setDay(java.lang.Integer day)
Day of month.
|
Date |
Date.setMonth(java.lang.Integer month)
Month of year.
|
Date |
Date.setYear(java.lang.Integer year)
Year of date.
|
| Modifier and Type | Method and Description |
|---|---|
Birthday |
Birthday.setDate(Date date)
The 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.
|