Class google.gdata.EventStatus
Object
|
+--google.gdata.EventStatus
- class
google.gdata.EventStatus
Describes the base set of values for event status.
Defined in gdata.js
Field Summary |
{String|undefined} |
value
Value. |
<static> <final> String |
VALUE_CANCELED
The event has been canceled. |
<static> <final> String |
VALUE_CONFIRMED
The event is planned. |
<static> <final> String |
VALUE_TENTATIVE
The event is only tentatively scheduled. |
Constructor Summary |
google.gdata.EventStatus(<Object> opt_params)
Constructs an event 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_CANCELED
<static> <final> String VALUE_CANCELED
The event has been canceled.
VALUE_CONFIRMED
<static> <final> String VALUE_CONFIRMED
VALUE_TENTATIVE
<static> <final> String VALUE_TENTATIVE
The event is only tentatively scheduled.
google.gdata.EventStatus
google.gdata.EventStatus(<Object> opt_params)
Constructs an event 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 Jun 30 17:22:45 2008