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 Mon Apr 20 21:27:27 2009