|
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.RecurrenceExceptionEntry
Describes an entry used by a recurrence exception entry link.
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.RecurrenceExceptionEntry(<Object> opt_params)
Constructs a recurrence exception entry using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
void
|
addWhen(<google.gdata.When|Object> when)
Adds a new time period description. |
void
|
addWhere(<google.gdata.Where|Object> where)
Adds a new place description. |
void
|
addWho(<google.gdata.Who|Object> who)
Adds a new person description. |
google.gdata.Comments|undefined
|
getComments()
Returns the Comments class. |
Function
|
getCommentsClass()
Returns the class to use for representing gd:comments. |
google.gdata.EventStatus|undefined
|
getEventStatus()
Returns the event status. |
google.gdata.OriginalEvent|undefined
|
getOriginalEvent()
Returns the original event. |
google.gdata.Transparency|undefined
|
getTransparency()
Returns the event transparency. |
google.gdata.Visibility|undefined
|
getVisibility()
Returns the event visibility. |
Array.<google.gdata.When>
|
getWhen()
Returns the time period descriptions. |
Array.<google.gdata.Where>
|
getWhere()
Returns the place descriptions. |
Array.<google.gdata.Who>
|
getWho()
Returns the person descriptions. |
Function
|
getWhoClass()
Returns the class to use for representing gd:who. |
void
|
setComments(<google.gdata.Comments|Object|undefined> comments)
Sets the Comments class. |
void
|
setEventStatus(<google.gdata.EventStatus|Object|undefined> eventStatus)
Sets the event status. |
void
|
setOriginalEvent(<google.gdata.OriginalEvent|Object|undefined> originalEvent)
Sets the original event. |
void
|
setTransparency(<google.gdata.Transparency|Object|undefined> transparency)
Sets the event transparency. |
void
|
setVisibility(<google.gdata.Visibility|Object|undefined> visibility)
Sets the event visibility. |
void
|
setWhen(<Array.<google.gdata.When>|Array.<Object>|undefined> when)
Sets the time period descriptions. |
void
|
setWhere(<Array.<google.gdata.Where>|Array.<Object>|undefined> where)
Sets the place descriptions. |
void
|
setWho(<Array.<google.gdata.Who>|Array.<Object>|undefined> who)
Sets the person descriptions. |
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, getLinkClass, getPublished, setPublished, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated
|
Constructor Detail |
google.gdata.RecurrenceExceptionEntry(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: authors, categories, comments, content, contributors, eventStatus, id, links, originalEvent, published, title, transparency, updated, visibility, when, where, and who
Method Detail |
void addWhen(<google.gdata.When|Object> when)
when
- Time period description to add, or object to use as a parameter to the google.gdata.When constructor
void addWhere(<google.gdata.Where|Object> where)
where
- Place description to add, or object to use as a parameter to the google.gdata.Where constructor
void addWho(<google.gdata.Who|Object> who)
who
- Person description to add, or object to use as a parameter to the google.gdata.Who constructor
google.gdata.Comments|undefined getComments()
Function getCommentsClass()
google.gdata.EventStatus|undefined getEventStatus()
google.gdata.OriginalEvent|undefined getOriginalEvent()
google.gdata.Transparency|undefined getTransparency()
google.gdata.Visibility|undefined getVisibility()
Array.<google.gdata.When> getWhen()
Array.<google.gdata.Where> getWhere()
Array.<google.gdata.Who> getWho()
Function getWhoClass()
void setComments(<google.gdata.Comments|Object|undefined> comments)
comments
- Comments class, or object to use as a parameter to the google.gdata.Comments constructor, or undefined for none
void setEventStatus(<google.gdata.EventStatus|Object|undefined> eventStatus)
eventStatus
- Event status, or object to use as a parameter to the google.gdata.EventStatus constructor, or undefined for none
void setOriginalEvent(<google.gdata.OriginalEvent|Object|undefined> originalEvent)
originalEvent
- Original event, or object to use as a parameter to the google.gdata.OriginalEvent constructor, or undefined for none
void setTransparency(<google.gdata.Transparency|Object|undefined> transparency)
transparency
- Event transparency, or object to use as a parameter to the google.gdata.Transparency constructor, or undefined for none
void setVisibility(<google.gdata.Visibility|Object|undefined> visibility)
visibility
- Event visibility, or object to use as a parameter to the google.gdata.Visibility constructor, or undefined for none
void setWhen(<Array.<google.gdata.When>|Array.<Object>|undefined> when)
when
- Time period descriptions, where each time period description is added using the addWhen() function, or undefined to clear the time period descriptions
void setWhere(<Array.<google.gdata.Where>|Array.<Object>|undefined> where)
where
- Place descriptions, where each place description is added using the addWhere() function, or undefined to clear the place descriptions
void setWho(<Array.<google.gdata.Who>|Array.<Object>|undefined> who)
who
- Person descriptions, where each person description is added using the addWho() function, or undefined to clear the person descriptions
|
GData JavaScript Client 1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |