public final class AppointmentTransparency
extends Enum
Specifies whether or not this appointment is intended to be visible in availability searches.
Modifier and Type | Field and Description |
---|---|
static int |
NotDefined
Value is not defined
|
static int |
Opaque
Appointment is opaque
|
static int |
Transparent
Appointment is transparent
|
public static final int NotDefined
Value is not defined
public static final int Transparent
Appointment is transparent
public static final int Opaque
Appointment is opaque