|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.contacts.Event
Contact's events.
Defined in gdata.js
Field Summary | |
Object |
$whenClass_
|
{string|undefined} |
label
Label. |
{string|undefined} |
rel
Event type. |
<static> <final> {string} |
REL_ANNIVERSARY
Anniversary event. |
<static> <final> {string} |
REL_OTHER
Other event. |
Constructor Summary | |
google.gdata.contacts.Event(<Object> opt_params)
Constructs an event using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getLabel()
Returns the label. |
string|undefined
|
getRel()
Returns the event type. |
google.gdata.When|undefined
|
getWhen()
Returns the time period description. |
void
|
setLabel(<string|undefined> label)
Sets the label. |
void
|
setRel(<string|undefined> rel)
Sets the event type. |
void
|
setWhen(<google.gdata.When|Object|undefined> when)
Sets the time period description. |
Field Detail |
Object $whenClass_
{string|undefined} label
{string|undefined} rel
<static> <final> {string} REL_ANNIVERSARY
<static> <final> {string} REL_OTHER
Constructor Detail |
google.gdata.contacts.Event(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: label, rel, and when.
Method Detail |
string|undefined getLabel()
string|undefined getRel()
google.gdata.When|undefined getWhen()
void setLabel(<string|undefined> label)
label
- Label or undefined for none.
void setRel(<string|undefined> rel)
rel
- Event type or undefined for none.
void setWhen(<google.gdata.When|Object|undefined> when)
when
- Time period description, or object to use as a parameter to the google.gdata.When constructor, or undefined for none.
|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |