public static final class Visibility.Value
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
values()
Returns an array of all values defined in this class.
|
public static final java.lang.String CONFIDENTIAL
public static final java.lang.String DEFAULT
public static final java.lang.String PRIVATE
public static final java.lang.String PUBLIC