public static final class

Visibility.Value

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.Visibility.Value

Class Overview

Value.

Summary

Constants
String CONFIDENTIAL Allow some readers to see the event.
String DEFAULT Inherit the behavior from the preferences of the owner of the calendar on which the event appears.
String PRIVATE Allow fewest readers to see the event.
String PUBLIC Allow most readers to see the event.
Fields
private static final String[] ALL_VALUES Array containing all available values.
Public Methods
static String[] values()
Returns an array of all values defined in this class.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONFIDENTIAL

Allow some readers to see the event.

Constant Value: "http://schemas.google.com/g/2005#event.confidential"

public static final String DEFAULT

Inherit the behavior from the preferences of the owner of the calendar on which the event appears.

Constant Value: "http://schemas.google.com/g/2005#event.default"

public static final String PRIVATE

Allow fewest readers to see the event.

Constant Value: "http://schemas.google.com/g/2005#event.private"

public static final String PUBLIC

Allow most readers to see the event.

Constant Value: "http://schemas.google.com/g/2005#event.public"

Fields

private static final String[] ALL_VALUES

Array containing all available values.

Public Methods

public static String[] values ()

Returns an array of all values defined in this class.