CoordinationStagesWhereColumns
The valid fields by which coordination stages can be queried.
enum CoordinationStagesWhereColumns {
ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
CoordinationStagesWhereColumns.ID
Coordination stage's unique identifier.
CoordinationStagesWhereColumns.NAME
The coordination stage's name.
CoordinationStagesWhereColumns.CREATED_AT
The date and time when the coordination stage was created.
CoordinationStagesWhereColumns.UPDATED_AT
The date and time when the coordination stage was last updated.
CoordinationStagesWhereColumns.DELETED_AT
The date and time when the coordination stage was deleted.