Class google.gdata.calendar.SettingsEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.calendar.SettingsEntry
- class
google.gdata.calendar.SettingsEntry
- extends google.gdata.Entry
Describes a Calendar Settings property entry.
Defined in gdata.js
Fields inherited from class google.gdata.atom.Entry |
$authorsClass_, $categoriesClass_, $contentClass_, $contributorsClass_, $idClass_, $linksClass_, $publishedClass_, $rightsClass_, $summaryClass_, $titleClass_, $updatedClass_, author, category, content, contributor, id, link, published, rights, summary, title, updated, xmlns
|
Constructor Summary |
google.gdata.calendar.SettingsEntry(<Object> opt_params)
Constructs a Calendar Settings property entry using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
google.gdata.calendar.SettingsProperty|undefined
|
getSettingsProperty()
Returns the settings property.
|
void
|
setSettingsProperty(<google.gdata.calendar.SettingsProperty|Object|undefined> settingsProperty)
Sets the settings property.
|
Methods inherited from class google.gdata.Entry |
getControl, setControl, getEdited, setEdited, getEtag, setEtag, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
Methods inherited from class google.gdata.atom.Entry |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContent, setContent, getContributors, setContributors, addContributor, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getRights, setRights, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated
|
$settingsPropertyClass_
Object $settingsPropertyClass_
google.gdata.calendar.SettingsEntry
google.gdata.calendar.SettingsEntry(<Object> opt_params)
Constructs a Calendar Settings property entry using an object parameter whose
property names match the setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: categories, etag, id, settingsProperty, title, and updated.
getSettingsProperty
google.gdata.calendar.SettingsProperty|undefined getSettingsProperty()
Returns the settings property. This element is required.
Returns:
Settings property or undefined for none.
setSettingsProperty
void setSettingsProperty(<google.gdata.calendar.SettingsProperty|Object|undefined> settingsProperty)
Sets the settings property. This element is required.
Documentation generated by
JSDoc on Mon Nov 9 14:24:07 2009