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