| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,EventEntry> |
EventEntry.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
EventEntry |
EventEntry.addLocation(Where location)
Adds a new event location.
|
EventEntry |
EventEntry.addParticipant(Who participant)
Adds a new event participant.
|
EventEntry |
EventEntry.addRecurrenceException(RecurrenceException recurrenceException)
Adds a new recurrence exception.
|
EventEntry |
EventEntry.addReminder(Reminder reminder)
Adds a new event reminder.
|
EventEntry |
EventEntry.addTime(When time)
Adds a new event time.
|
EventEntry |
EventEntry.lock() |
EventEntry |
EventEntry.setComments(Comments comments)
Sets the nested comments feed.
|
EventEntry |
EventEntry.setEventStatus(EventStatus eventStatus)
Sets the event status.
|
EventEntry |
EventEntry.setOriginalEvent(OriginalEvent originalEvent)
Sets the event original start time.
|
EventEntry |
EventEntry.setRecurrence(Recurrence recurrence)
Sets the event recurrence.
|
EventEntry |
EventEntry.setTransparency(Transparency transparency)
Sets the event transparency.
|
EventEntry |
EventEntry.setVisibility(Visibility visibility)
Sets the event visibility.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends EventEntry> |
EventFeed.getEntries() |
| Constructor and Description |
|---|
EventEntry(ElementKey<?,? extends EventEntry> key)
Subclass constructor, allows subclasses to supply their own element key.
|
EventEntry(ElementKey<?,? extends EventEntry> key,
Entry source)
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. |
Copyright © 2012. All Rights Reserved.