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