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