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 AccountAccount.Builder. build()Build theAccountMethods in com.ibm.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 com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Account Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Account account)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, Account account)
-