Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Term
-
Packages that use Contract.Term Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Contract.Term in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Term Modifier and Type Method Description Contract.TermContract.Term.Builder. build()Build theContract.TermMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Term Modifier and Type Method Description java.util.List<Contract.Term>Contract.Term. getGroup()Nested group of Contract Provisions.java.util.List<Contract.Term>Contract. getTerm()One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Contract.Term Modifier and Type Method Description protected Contract.Term.BuilderContract.Term.Builder. from(Contract.Term term)Contract.Term.BuilderContract.Term.Builder. group(Contract.Term... group)Nested group of Contract Provisions.Contract.BuilderContract.Builder. term(Contract.Term... term)One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.protected voidContract.Term.Builder. validate(Contract.Term term)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Term Modifier and Type Method Description Contract.Term.BuilderContract.Term.Builder. group(java.util.Collection<Contract.Term> group)Nested group of Contract Provisions.Contract.BuilderContract.Builder. term(java.util.Collection<Contract.Term> term)One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.
-