|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.contacts.Sensitivity
Contact's sensitivity.
Defined in gdata.js
Field Summary | |
{string|undefined} |
rel
Sensitivity type. |
<static> <final> {string} |
REL_CONFIDENTIAL
Confidential sensitivity. |
<static> <final> {string} |
REL_NORMAL
Normal sensitivity. |
<static> <final> {string} |
REL_PERSONAL
Personal sensitivity. |
<static> <final> {string} |
REL_PRIVATE
Private sensitivity. |
Constructor Summary | |
google.gdata.contacts.Sensitivity(<Object> opt_params)
Constructs a sensitivity using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getRel()
Returns the sensitivity type. |
void
|
setRel(<string|undefined> rel)
Sets the sensitivity type. |
Field Detail |
{string|undefined} rel
<static> <final> {string} REL_CONFIDENTIAL
<static> <final> {string} REL_NORMAL
<static> <final> {string} REL_PERSONAL
<static> <final> {string} REL_PRIVATE
Constructor Detail |
google.gdata.contacts.Sensitivity(<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
- Sensitivity type or undefined for none.
|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |