| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.set(java.lang.String fieldName,
java.lang.Object value) |
Event |
Event.setDate(Date date)
The date of the event.
|
Event |
Event.setFormattedType(java.lang.String formattedType)
The read-only type of the event translated and formatted in the viewer's account locale or the
`Accept-Language` HTTP header locale.
|
Event |
Event.setMetadata(FieldMetadata metadata)
Metadata about the event.
|
Event |
Event.setType(java.lang.String type)
The type of the event.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Event> |
Person.getEvents()
The person's events.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setEvents(java.util.List<Event> events)
The person's events.
|