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