| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.set(String fieldName,
Object value) |
Event |
Event.setDate(Date date)
The date of the event.
|
Event |
Event.setFormattedType(String formattedType)
Output only.
|
Event |
Event.setMetadata(FieldMetadata metadata)
Metadata about the event.
|
Event |
Event.setType(String type)
The type of the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
Person.getEvents()
The person's events.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setEvents(List<Event> events)
The person's events.
|
Copyright © 2011–2025 Google. All rights reserved.