Uses of Class
org.linuxforhealth.fhir.model.resource.Schedule
-
Packages that use Schedule Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Schedule in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Schedule Modifier and Type Method Description Schedule
Schedule.Builder. build()
Build theSchedule
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Schedule Modifier and Type Method Description protected Schedule.Builder
Schedule.Builder. from(Schedule schedule)
protected void
Schedule.Builder. validate(Schedule schedule)
-
Uses of Schedule in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Schedule Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Schedule schedule)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Schedule schedule)
-