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 BinaryBinary.Builder. build()Build theBinaryMethods in org.linuxforhealth.fhir.model.resource with parameters of type Binary Modifier and Type Method Description protected Binary.BuilderBinary.Builder. from(Binary binary)protected voidBinary.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Binary binary)Delegates to#visit(elementName, elementIndex, Resource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Binary binary)
-