com.google.gdata.model.gd
Class Visibility.Value

java.lang.Object
  extended by com.google.gdata.model.gd.Visibility.Value
Enclosing class:
Visibility

public static final class Visibility.Value
extends java.lang.Object

Value.


Field Summary
static java.lang.String CONFIDENTIAL
          Allow some readers to see the event.
static java.lang.String DEFAULT
          Inherit the behavior from the preferences of the owner of the calendar on which the event appears.
static java.lang.String PRIVATE
          Allow fewest readers to see the event.
static java.lang.String PUBLIC
          Allow most readers to see the event.
 
Method Summary
static java.lang.String[] values()
          Returns an array of all values defined in this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIDENTIAL

public static final java.lang.String CONFIDENTIAL
Allow some readers to see the event.

See Also:
Constant Field Values

DEFAULT

public static final java.lang.String DEFAULT
Inherit the behavior from the preferences of the owner of the calendar on which the event appears.

See Also:
Constant Field Values

PRIVATE

public static final java.lang.String PRIVATE
Allow fewest readers to see the event.

See Also:
Constant Field Values

PUBLIC

public static final java.lang.String PUBLIC
Allow most readers to see the event.

See Also:
Constant Field Values
Method Detail

values

public static java.lang.String[] values()
Returns an array of all values defined in this class.