Uses of Class
org.linuxforhealth.fhir.model.resource.Contract
-
Packages that use Contract Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Contract in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract Modifier and Type Method Description ContractContract.Builder. build()Build theContractMethods in org.linuxforhealth.fhir.model.resource with parameters of type Contract Modifier and Type Method Description protected Contract.BuilderContract.Builder. from(Contract contract)protected voidContract.Builder. validate(Contract contract) -
Uses of Contract in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Contract Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Contract contract)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Contract contract)
-