Interface SlotBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  SlotBuilder.Impl  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.babylonhealth.lit.hl7.model.Slot build()  
      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)  
      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)  
    • Method Detail

      • build

        com.babylonhealth.lit.hl7.model.Slot build()
        Specified by:
        build in interface DomainResourceBuilder
        Specified by:
        build in interface com.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)