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