RecurringAppointmentMasterId constructor

RecurringAppointmentMasterId(
  1. String occurrenceId
)
Initializes a new instance of the The Id of an occurrence in the recurring series.

Implementation

RecurringAppointmentMasterId(String occurrenceId)
    : super.withUniqueId(occurrenceId) {}