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