Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Legal
- 
Packages that use Contract.Legal Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Contract.Legal in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Legal Modifier and Type Method Description Contract.LegalContract.Legal.Builder. build()Build theContract.LegalMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Legal Modifier and Type Method Description java.util.List<Contract.Legal>Contract. getLegal()List of Legal expressions or representations of this Contract.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Contract.Legal Modifier and Type Method Description protected Contract.Legal.BuilderContract.Legal.Builder. from(Contract.Legal legal)Contract.BuilderContract.Builder. legal(Contract.Legal... legal)List of Legal expressions or representations of this Contract.protected voidContract.Legal.Builder. validate(Contract.Legal legal)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Legal Modifier and Type Method Description Contract.BuilderContract.Builder. legal(java.util.Collection<Contract.Legal> legal)List of Legal expressions or representations of this Contract. 
 -