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 ScheduleSchedule.Builder. build()Build theScheduleMethods in org.linuxforhealth.fhir.model.resource with parameters of type Schedule Modifier and Type Method Description protected Schedule.BuilderSchedule.Builder. from(Schedule schedule)protected voidSchedule.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Schedule schedule)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Schedule schedule)
-