Interface ActivityDefinition_ParticipantBuilder
-
- All Known Implementing Classes:
ActivityDefinition_ParticipantBuilder.Impl
public interface ActivityDefinition_ParticipantBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classActivityDefinition_ParticipantBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ActivityDefinition.Participantbuild()static ActivityDefinition_ParticipantBuilder.Implbuilder(com.babylonhealth.lit.hl7.ACTION_PARTICIPANT_TYPE _type)static ActivityDefinition_ParticipantBuilder.Implinit(com.babylonhealth.lit.hl7.ACTION_PARTICIPANT_TYPE _type)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.ActivityDefinition.Participant build()
-
init
static ActivityDefinition_ParticipantBuilder.Impl init(com.babylonhealth.lit.hl7.ACTION_PARTICIPANT_TYPE _type)
-
builder
static ActivityDefinition_ParticipantBuilder.Impl builder(com.babylonhealth.lit.hl7.ACTION_PARTICIPANT_TYPE _type)
-
-