|
GData JavaScript Client 2.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.contacts.Priority
Contact's priority.
Defined in gdata.js
Field Summary | |
{string|undefined} |
rel
Priority category. |
<static> <final> {string} |
REL_HIGH
High priority. |
<static> <final> {string} |
REL_LOW
Low priority. |
<static> <final> {string} |
REL_NORMAL
Normal priority. |
Constructor Summary | |
google.gdata.contacts.Priority(<Object> opt_params)
Constructs a priority using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getRel()
Returns the priority category. |
void
|
setRel(<string|undefined> rel)
Sets the priority category. |
Field Detail |
{string|undefined} rel
<static> <final> {string} REL_HIGH
<static> <final> {string} REL_LOW
<static> <final> {string} REL_NORMAL
Constructor Detail |
google.gdata.contacts.Priority(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: rel.
Method Detail |
string|undefined getRel()
void setRel(<string|undefined> rel)
rel
- Priority category or undefined for none.
|
GData JavaScript Client 2.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |