Java com.google.gwt.gdata.client.calendar CalendarEventEntry fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gdata.client.calendar CalendarEventEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gdata.client.calendar CalendarEventEntry.

The text is from its open source code.

Method

voidaddExtendedProperty(CalendarExtendedProperty extendedProperty)
Adds a new calendar extended property.
voidaddTime(When time)
Adds a new event time.
com.google.gwt.gdata.client.LinkgetEditLink()
Returns the link that provides the URI that can be used to edit the entry.
StringgetEtag()
Returns the entity tag of the entry.
CalendarLinkgetHtmlLink()
Returns the link that provides the URI of an alternate format of the entry's or feed's contents.
TextgetTitle()
Returns the title.
UpdatedgetUpdated()
Returns the updated timestamp.
CalendarEventEntrynewInstance()
Constructs a Calendar event entry.
voidsetRecurrence(Recurrence recurrence)
Sets the event recurrence.
voidsetTitle(Text title)
Sets the title.
voidupdateEntry(Callback callback)
Updates the entry in the feed by sending the representation of this entry.