Class google.gdata.AttendeeStatus
Object
|
+--google.gdata.AttendeeStatus
- class
google.gdata.AttendeeStatus
Describes the status of an event attendee.
Defined in gdata.js
Field Summary |
{String|undefined} |
value
Value. |
<static> <final> String |
VALUE_ACCEPTED
Attendee has accepted. |
<static> <final> String |
VALUE_DECLINED
Attendee has declined. |
<static> <final> String |
VALUE_INVITED
Invitation has been sent, but the person has not accepted. |
<static> <final> String |
VALUE_TENTATIVE
Attendee has accepted tentatively. |
Constructor Summary |
google.gdata.AttendeeStatus(<Object> opt_params)
Constructs an attendee status 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_ACCEPTED
<static> <final> String VALUE_ACCEPTED
VALUE_DECLINED
<static> <final> String VALUE_DECLINED
VALUE_INVITED
<static> <final> String VALUE_INVITED
Invitation has been sent, but the person has not accepted.
VALUE_TENTATIVE
<static> <final> String VALUE_TENTATIVE
Attendee has accepted tentatively.
google.gdata.AttendeeStatus
google.gdata.AttendeeStatus(<Object> opt_params)
Constructs an attendee status 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