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.Legal
Contract.Legal.Builder. build()
Build theContract.Legal
Methods 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.Builder
Contract.Legal.Builder. from(Contract.Legal legal)
Contract.Builder
Contract.Builder. legal(Contract.Legal... legal)
List of Legal expressions or representations of this Contract.protected void
Contract.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.Builder
Contract.Builder. legal(java.util.Collection<Contract.Legal> legal)
List of Legal expressions or representations of this Contract.
-