|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.contacts.CalendarLink
Contact related calendar link.
Defined in gdata.js
Field Summary | |
{string|undefined} |
href
URI of the calendar. |
{string|undefined} |
label
User defined calendar link label. |
{string|undefined} |
primary
Denotes primary calendar link. |
{string|undefined} |
rel
Known calendar link type. |
<static> <final> {string} |
REL_FREE_BUSY
Free-busy calendar link. |
<static> <final> {string} |
REL_HOME
Home calendar link. |
<static> <final> {string} |
REL_WORK
Work calendar link. |
Constructor Summary | |
google.gdata.contacts.CalendarLink(<Object> opt_params)
Constructs a calendar link using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getHref()
Returns the URI of the calendar. |
string|undefined
|
getLabel()
Returns the user defined calendar link label. |
boolean|undefined
|
getPrimary()
Returns denotes primary calendar link. |
string|undefined
|
getRel()
Returns the known calendar link type. |
void
|
setHref(<string|undefined> href)
Sets the URI of the calendar. |
void
|
setLabel(<string|undefined> label)
Sets the user defined calendar link label. |
void
|
setPrimary(<boolean|undefined> primary)
Sets denotes primary calendar link. |
void
|
setRel(<string|undefined> rel)
Sets the known calendar link type. |
Field Detail |
{string|undefined} href
{string|undefined} label
{string|undefined} primary
{string|undefined} rel
<static> <final> {string} REL_FREE_BUSY
<static> <final> {string} REL_HOME
<static> <final> {string} REL_WORK
Constructor Detail |
google.gdata.contacts.CalendarLink(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: href, label, primary, and rel.
Method Detail |
string|undefined getHref()
string|undefined getLabel()
boolean|undefined getPrimary()
string|undefined getRel()
void setHref(<string|undefined> href)
href
- URI of the calendar or undefined for none.
void setLabel(<string|undefined> label)
label
- User defined calendar link label or undefined for none.
void setPrimary(<boolean|undefined> primary)
primary
- Denotes primary calendar link or undefined for none.
void setRel(<string|undefined> rel)
rel
- Known calendar link type or undefined for none.
|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |