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