|
GData JavaScript Client 1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.atom.Entry | +--google.gdata.Entry | +--google.gdata.calendar.CalendarCommentEntry
Describes an entry in a feed of a Calendar event's comments.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Entry |
author, category, content, contributor, id, link, published, summary, title, updated, xmlns
|
Constructor Summary | |
google.gdata.calendar.CalendarCommentEntry(<Object> opt_params)
Constructs a Calendar event's comment entry using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
Object
|
getLinkClass()
Returns the class to use for representing atom:link. |
Methods inherited from class google.gdata.Entry |
getControl, setControl, getControlClass, getEdited, setEdited, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
Methods inherited from class google.gdata.atom.Entry |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getCategoryClass, getContent, setContent, getContributors, setContributors, addContributor, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated
|
Constructor Detail |
google.gdata.calendar.CalendarCommentEntry(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: authors, categories, content, contributors, id, links, published, title, and updated
Method Detail |
Object getLinkClass()
|
GData JavaScript Client 1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |