Class google.gdata.AttendeeType
Object
|
+--google.gdata.AttendeeType
- class
google.gdata.AttendeeType
Describes the type of an event attendee.
Defined in gdata.js
Constructor Summary |
google.gdata.AttendeeType(<Object> opt_params)
Constructs an attendee type using an object parameter whose property names
match the setter method to use for each property.
|
Method Summary |
String|undefined
|
getValue()
Returns the value.
|
void
|
setValue(<String|undefined> value)
Sets the value.
|
value
{String|undefined} value
Value. This attribute is required.
VALUE_OPTIONAL
<static> <final> String VALUE_OPTIONAL
VALUE_REQUIRED
<static> <final> String VALUE_REQUIRED
google.gdata.AttendeeType
google.gdata.AttendeeType(<Object> opt_params)
Constructs an attendee type 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: value
getValue
String|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value 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 Thu Oct 2 17:38:03 2008