Class google.gdata.calendar.SequenceNumberProperty
Object
|
+--google.gdata.calendar.SequenceNumberProperty
- class
google.gdata.calendar.SequenceNumberProperty
Describes sequence number of an event. The sequence number is a
non-negative integer and is described in section 4.8.7.4 of RFC 2445.
Currently this is only a read-only entry.
Defined in gdata.js
Field Summary |
{string|undefined} |
value
Value. |
Constructor Summary |
google.gdata.calendar.SequenceNumberProperty(<Object> opt_params)
Constructs a sequence number property using an object parameter whose
property names match the setter method to use for each property.
|
Method Summary |
number|undefined
|
getValue()
Returns the value.
|
void
|
setValue(<number|undefined> value)
Sets the value.
|
value
{string|undefined} value
Value. This attribute is required.
google.gdata.calendar.SequenceNumberProperty
google.gdata.calendar.SequenceNumberProperty(<Object> opt_params)
Constructs a sequence number property 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
number|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
setValue
void setValue(<number|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Apr 20 21:27:27 2009