|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.Entry | +--google.gdata.AclEntry | +--google.gdata.calendar.CalendarAclEntry
Describes an entry in a feed of a Calendar access control list (ACL).
Defined in gdata.js
Fields inherited from class google.gdata.Entry |
author, category, content, contributor, id, link, published, 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 | |
Object
|
getAclRoleClass()
Returns the class to use for representing gAcl:role. |
Object
|
getLinkClass()
Returns the class to use for representing atom:link. |
Methods inherited from class google.gdata.AclEntry |
getRole, setRole, getScope, setScope
|
Methods inherited from class google.gdata.Entry |
getAuthors, setAuthors, addAuthor, getCategories, setCategories, addCategory, getContent, setContent, getContributors, setContributors, addContributor, getControl, setControl, getId, setId, getLinks, setLinks, addLink, getPublished, setPublished, getSummary, setSummary, getTitle, setTitle, getUpdated, setUpdated, getEditLink, getSelfLink, getLink, getSelf, updateEntry, deleteEntry
|
Constructor Detail |
google.gdata.calendar.CalendarAclEntry(<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, role, scope, title, and updated
Method Detail |
Object getAclRoleClass()
Object getLinkClass()
|
GData JavaScript Client 1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |