Interface Appointment_ParticipantBuilder
-
- All Known Implementing Classes:
Appointment_ParticipantBuilder.Impl
public interface Appointment_ParticipantBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppointment_ParticipantBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Appointment.Participantbuild()static Appointment_ParticipantBuilder.Implbuilder(com.babylonhealth.lit.hl7.PARTICIPATIONSTATUS status)static Appointment_ParticipantBuilder.Implinit(com.babylonhealth.lit.hl7.PARTICIPATIONSTATUS status)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Appointment.Participant build()
-
init
static Appointment_ParticipantBuilder.Impl init(com.babylonhealth.lit.hl7.PARTICIPATIONSTATUS status)
-
builder
static Appointment_ParticipantBuilder.Impl builder(com.babylonhealth.lit.hl7.PARTICIPATIONSTATUS status)
-
-