public static final class Transparency.Value
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPAQUE
Indicates event consumes time on calendar; event time will be marked as
busy in a free/busy search.
|
static java.lang.String |
TRANSPARENT
Indicates event doesn't consume any time on calendar; event time will
not be marked as busy in a free/busy search.
|
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 OPAQUE
public static final java.lang.String TRANSPARENT