Object
|
+--google.gdata.contacts.UserDefinedField
- class
google.gdata.contacts.UserDefinedField
Contact's user defined field.
Defined in gdata.js
Field Summary |
{string|undefined} |
key
Key. |
{string|undefined} |
value
Value. |
Constructor Summary |
google.gdata.contacts.UserDefinedField(<Object> opt_params)
Constructs an user defined field using an object parameter whose property
names match the setter method to use for each property.
|
Method Summary |
string|undefined
|
getKey()
Returns the key.
|
string|undefined
|
getValue()
Returns the value.
|
void
|
setKey(<string|undefined> key)
Sets the key.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
key
{string|undefined} key
Key. This attribute is required.
value
{string|undefined} value
Value. This attribute is required.
google.gdata.contacts.UserDefinedField(<Object> opt_params)
Constructs an user defined field 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: key and value.
getKey
string|undefined getKey()
Returns the key. This attribute is required.
Returns:
Key or undefined for none.
getValue
string|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setKey
void setKey(<string|undefined> key)
Sets the key. This attribute is required.
Parameters:
key
- Key or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Dec 14 15:04:11 2009