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 Schedule
Schedule.Builder. build()
Build theSchedule
Methods in com.ibm.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 com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Schedule Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, Schedule schedule)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, Schedule schedule)
-