public final class AppointmentStatus
extends Enum
Defines the overall status or confirmation for the appointment.
Modifier and Type | Field and Description |
---|---|
static int |
Cancelled
Indicates journal is removed.
|
static int |
Confirmed
Indicates event is definite.
|
static int |
NotDefined
Value is not defined
|
static int |
Tentative
Indicates event is tentative.
|
public static final int NotDefined
Value is not defined
public static final int Cancelled
Indicates journal is removed. or Indicates to-do was cancelled. or Indicates event was cancelled.
public static final int Tentative
Indicates event is tentative.
public static final int Confirmed
Indicates event is definite.