Class google.gdata.acl.Link
Object
|
+--google.gdata.atom.Link
|
+--google.gdata.Link
|
+--google.gdata.acl.Link
-
Direct Known Subclasses:
-
google.gdata.calendar.CalendarLink
- class
google.gdata.acl.Link
- extends google.gdata.Link
Extends the base Link class with ACL extensions.
Defined in gdata.js
Field Summary |
<static> <final> String |
REL_ACCESS_CONTROL_LIST
Link that provides the URI of the feed for the access control list for the
entry. |
<static> <final> String |
REL_CONTROLLED_OBJECT
Link that provides the URI of the entry that is controlled by the access
control list feed. |
Constructor Summary |
google.gdata.acl.Link(<Object> opt_params)
Constructs an ACL Link class using an object parameter whose property names
match the setter method to use for each property.
|
Methods inherited from class google.gdata.atom.Link |
getHref, setHref, getHrefLang, setHrefLang, getLength, setLength, getRel, setRel, getTitle, setTitle, getTitleLang, setTitleLang, getType, setType
|
REL_ACCESS_CONTROL_LIST
<static> <final> String REL_ACCESS_CONTROL_LIST
Link that provides the URI of the feed for the access control list for the
entry.
REL_CONTROLLED_OBJECT
<static> <final> String REL_CONTROLLED_OBJECT
Link that provides the URI of the entry that is controlled by the access
control list feed.
google.gdata.acl.Link
google.gdata.acl.Link(<Object> opt_params)
Constructs an ACL Link class 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: href, hrefLang, length, rel, title, titleLang, and type
Documentation generated by
JSDoc on Thu Oct 2 17:38:03 2008