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 AppointmentResponseAppointmentResponse.Builder. build()Build theAppointmentResponseMethods in org.linuxforhealth.fhir.model.resource with parameters of type AppointmentResponse Modifier and Type Method Description protected AppointmentResponse.BuilderAppointmentResponse.Builder. from(AppointmentResponse appointmentResponse)protected voidAppointmentResponse.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, AppointmentResponse appointmentResponse)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, AppointmentResponse appointmentResponse)
-