Uses of Class
com.ibm.fhir.model.resource.EnrollmentResponse
-
Packages that use EnrollmentResponse Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor -
-
Uses of EnrollmentResponse in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return EnrollmentResponse Modifier and Type Method Description EnrollmentResponse
EnrollmentResponse.Builder. build()
Build theEnrollmentResponse
Methods in com.ibm.fhir.model.resource with parameters of type EnrollmentResponse Modifier and Type Method Description protected EnrollmentResponse.Builder
EnrollmentResponse.Builder. from(EnrollmentResponse enrollmentResponse)
-
Uses of EnrollmentResponse in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type EnrollmentResponse Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, EnrollmentResponse enrollmentResponse)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, EnrollmentResponse enrollmentResponse)
-