Class google.gdata.Visibility
Object
|
+--google.gdata.Visibility
- class
google.gdata.Visibility
Describes the base set of values for event visibility. Similar to
CLASS in RFC 2445.
Defined in gdata.js
Field Summary |
String|Undefined |
value
Value. |
<static> <final> String |
VALUE_CONFIDENTIAL
Allow some readers to see the event. |
<static> <final> String |
VALUE_DEFAULT
Inherit the behavior from the preferences of the owner of the calendar on
which the event appears. |
<static> <final> String |
VALUE_PRIVATE
Allow fewest readers to see the event. |
<static> <final> String |
VALUE_PUBLIC
Allow most readers to see the event. |
Constructor Summary |
google.gdata.Visibility(<Object> opt_params)
Constructs an event visibility 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_CONFIDENTIAL
<static> <final> String VALUE_CONFIDENTIAL
Allow some readers to see the event.
VALUE_DEFAULT
<static> <final> String VALUE_DEFAULT
Inherit the behavior from the preferences of the owner of the calendar on
which the event appears.
VALUE_PRIVATE
<static> <final> String VALUE_PRIVATE
Allow fewest readers to see the event.
VALUE_PUBLIC
<static> <final> String VALUE_PUBLIC
Allow most readers to see the event.
google.gdata.Visibility
google.gdata.Visibility(<Object> opt_params)
Constructs an event visibility 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 18 16:10:01 2007