Uses of Class
com.ibm.fhir.model.resource.Schedule
-
Packages that use Schedule Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of Schedule in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Schedule Modifier and Type Method Description ScheduleSchedule.Builder. build()Build theScheduleMethods in com.ibm.fhir.model.resource with parameters of type Schedule Modifier and Type Method Description protected Schedule.BuilderSchedule.Builder. from(Schedule schedule) -
Uses of Schedule in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Schedule Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Schedule schedule)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, Schedule schedule)
-