Class google.gdata.calendar.CalendarAclEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.acl.AclEntry
|
+--google.gdata.calendar.CalendarAclEntry
- class
google.gdata.calendar.CalendarAclEntry
- extends google.gdata.acl.AclEntry
Describes an entry in a feed of a Calendar access control list (ACL).
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.CalendarAclEntry(<Object> opt_params)
Constructs a Calendar ACL entry using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
google.gdata.calendar.SendAclNotificationsProperty|undefined
|
getSendAclNotifications()
Returns the send acl notifications property.
|
void
|
setSendAclNotifications(<google.gdata.calendar.SendAclNotificationsProperty|Object|undefined> sendAclNotifications)
Sets the send acl notifications 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
|
$linksClass_
Object $linksClass_
$roleClass_
Object $roleClass_
$sendAclNotificationsClass_
Object $sendAclNotificationsClass_
google.gdata.calendar.CalendarAclEntry
google.gdata.calendar.CalendarAclEntry(<Object> opt_params)
Constructs a Calendar ACL 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: authors, categories, content, contributors, etag, id, links, role, scope, sendAclNotifications, title, and updated.
getSendAclNotifications
google.gdata.calendar.SendAclNotificationsProperty|undefined getSendAclNotifications()
Returns the send acl notifications property. This element is optional.
Returns:
Send acl notifications property or undefined for none.
setSendAclNotifications
void setSendAclNotifications(<google.gdata.calendar.SendAclNotificationsProperty|Object|undefined> sendAclNotifications)
Sets the send acl notifications property. This element is optional.
Documentation generated by
JSDoc on Mon Nov 9 14:24:07 2009