Class google.gdata.acl.AclEntry
Object
|
+--google.gdata.atom.Entry
|
+--google.gdata.Entry
|
+--google.gdata.acl.AclEntry
-
Direct Known Subclasses:
-
google.gdata.calendar.CalendarAclEntry
- class
google.gdata.acl.AclEntry
- extends google.gdata.Entry
Describes an entry in a feed of an 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.acl.AclEntry(<Object> opt_params)
Constructs an ACL entry using an object parameter whose property names match
the setter method to use for each property.
|
Method Summary |
google.gdata.acl.AclRole|undefined
|
getRole()
Returns the role.
|
google.gdata.acl.AclScope|undefined
|
getScope()
Returns the scope.
|
void
|
setRole(<google.gdata.acl.AclRole|Object|undefined> role)
Sets the role.
|
void
|
setScope(<google.gdata.acl.AclScope|Object|undefined> scope)
Sets the scope.
|
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
|
$roleClass_
Object $roleClass_
$scopeClass_
Object $scopeClass_
google.gdata.acl.AclEntry
google.gdata.acl.AclEntry(<Object> opt_params)
Constructs an 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, id, links, role, scope, title, and updated
getRole
google.gdata.acl.AclRole|undefined getRole()
Returns the role. This element is required.
Returns:
Role or undefined for none
getScope
google.gdata.acl.AclScope|undefined getScope()
Returns the scope. This element is required.
Returns:
Scope or undefined for none
setRole
void setRole(<google.gdata.acl.AclRole|Object|undefined> role)
Sets the role. This element is required.
setScope
void setScope(<google.gdata.acl.AclScope|Object|undefined> scope)
Sets the scope. This element is required.
Documentation generated by
JSDoc on Tue Oct 14 17:57:25 2008