Class google.gdata.calendar.CalendarLink
Object
|
+--google.gdata.atom.Link
|
+--google.gdata.Link
|
+--google.gdata.acl.Link
|
+--google.gdata.calendar.CalendarLink
- class
google.gdata.calendar.CalendarLink
- extends google.gdata.acl.Link
Extends the base Link class with Calendar extensions.
Defined in gdata.js
Field Summary |
<static> <final> String |
REL_WEB_CONTENT
Link that provides the URI of the web content. |
Constructor Summary |
google.gdata.calendar.CalendarLink(<Object> opt_params)
Constructs a Calendar Link class using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
google.gdata.calendar.WebContent|undefined
|
getWebContent()
Returns the web content.
|
void
|
setWebContent(<google.gdata.calendar.WebContent|Object|undefined> webContent)
Sets the web content.
|
<static> google.gdata.Link
|
create(<google.gdata.calendar.WebContent|Object> webContent, <String> iconHref, <String> title, <String> mimeType)
Create a new Calendar link using the typical parameters.
|
Methods inherited from class google.gdata.atom.Link |
getHref, setHref, getHrefLang, setHrefLang, getLength, setLength, getRel, setRel, getTitle, setTitle, getTitleLang, setTitleLang, getType, setType
|
REL_WEB_CONTENT
<static> <final> String REL_WEB_CONTENT
google.gdata.calendar.CalendarLink
google.gdata.calendar.CalendarLink(<Object> opt_params)
Constructs a Calendar 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, length, rel, title, type, and webContent
getWebContent
google.gdata.calendar.WebContent|undefined getWebContent()
Returns the web content. This element is optional.
Returns:
Web content or undefined for none
setWebContent
void setWebContent(<google.gdata.calendar.WebContent|Object|undefined> webContent)
Sets the web content. This element is optional.
create
<static> google.gdata.Link create(<google.gdata.calendar.WebContent|Object> webContent, <String> iconHref, <String> title, <String> mimeType)
Create a new Calendar link using the typical parameters.
Parameters:
webContent
- Web content, or object to use as a parameter to the WebContent constructor
iconHref
- URL of the icon to display
title
- Human-readable title
mimeType
- MIME type of the content
Documentation generated by
JSDoc on Wed May 14 17:39:24 2008