Interface SlotBuilder
-
- All Superinterfaces:
DomainResourceBuilder,com.babylonhealth.lit.core_java.builders.ResourceBuilder
- All Known Implementing Classes:
SlotBuilder.Impl
public interface SlotBuilder extends DomainResourceBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSlotBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Slotbuild()static SlotBuilder.Implbuilder(java.time.ZonedDateTime end, java.time.ZonedDateTime start, com.babylonhealth.lit.hl7.SLOTSTATUS status, com.babylonhealth.lit.core_java.builders.ReferenceBuilder schedule)static SlotBuilder.Implinit(java.time.ZonedDateTime end, java.time.ZonedDateTime start, com.babylonhealth.lit.hl7.SLOTSTATUS status, com.babylonhealth.lit.core.model.Reference schedule)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Slot build()
- Specified by:
buildin interfaceDomainResourceBuilder- Specified by:
buildin interfacecom.babylonhealth.lit.core_java.builders.ResourceBuilder
-
init
static SlotBuilder.Impl init(java.time.ZonedDateTime end, java.time.ZonedDateTime start, com.babylonhealth.lit.hl7.SLOTSTATUS status, com.babylonhealth.lit.core.model.Reference schedule)
-
builder
static SlotBuilder.Impl builder(java.time.ZonedDateTime end, java.time.ZonedDateTime start, com.babylonhealth.lit.hl7.SLOTSTATUS status, com.babylonhealth.lit.core_java.builders.ReferenceBuilder schedule)
-
-