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.LegalContract.Legal.Builder. build()Build theContract.LegalMethods 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.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 com.ibm.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.
-