Uses of Class
com.ibm.fhir.model.resource.Contract.Legal
-
Packages that use Contract.Legal Package Description com.ibm.fhir.model.resource -
-
Uses of Contract.Legal in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Contract.Legal Modifier and Type Method Description Contract.Legal
Contract.Legal.Builder. build()
Build theContract.Legal
Methods in com.ibm.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 com.ibm.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 com.ibm.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.
-