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 Mon Dec 14 15:04:11 2009