|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event.Creator | |
---|---|
com.google.api.services.calendar.model |
Uses of Event.Creator in com.google.api.services.calendar.model |
---|
Methods in com.google.api.services.calendar.model that return Event.Creator | |
---|---|
Event.Creator |
Event.getCreator()
The creator of the event. |
Event.Creator |
Event.Creator.setDisplayName(java.lang.String displayName)
The creator's name, if available. |
Event.Creator |
Event.Creator.setEmail(java.lang.String email)
The creator's email address, if available. |
Event.Creator |
Event.Creator.setId(java.lang.String id)
The creator's Profile ID, if available. |
Event.Creator |
Event.Creator.setSelf(java.lang.Boolean self)
Whether the creator corresponds to the calendar on which this copy of the event appears. |
Methods in com.google.api.services.calendar.model with parameters of type Event.Creator | |
---|---|
Event |
Event.setCreator(Event.Creator creator)
The creator of the event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |