public static class Event.Creator
extends java.lang.Object
| Constructor and Description |
|---|
Creator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
The creator's name, if available.
|
java.lang.String |
getEmail()
The creator's email address, if available.
|
java.lang.String |
getId()
The creator's profile ID, if available.
|
java.lang.Boolean |
isSelf()
Whether the creator 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.