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 AccountAccount.Builder. build()Build theAccountMethods in org.linuxforhealth.fhir.model.resource with parameters of type Account Modifier and Type Method Description protected Account.BuilderAccount.Builder. from(Account account)protected voidAccount.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Account account)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Account account)
-