public static class Event.Organizer
extends java.lang.Object
| Constructor and Description |
|---|
Organizer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
The organizer's name, if available.
|
java.lang.String |
getEmail()
The organizer's email address, if available.
|
java.lang.String |
getId()
The organizer's profile ID, if available.
|
java.lang.Boolean |
isSelf()
Whether the organizer corresponds to the calendar on which this copy
of the event appears.
|
public java.lang.String getId()
null if none.public java.lang.String getEmail()
null if none.public java.lang.String getDisplayName()
null if none.public java.lang.Boolean isSelf()
null if none.