Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Term.Action.Subject
-
Packages that use Contract.Term.Action.Subject Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Contract.Term.Action.Subject in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Term.Action.Subject Modifier and Type Method Description Contract.Term.Action.Subject
Contract.Term.Action.Subject.Builder. build()
Build theContract.Term.Action.Subject
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Term.Action.Subject Modifier and Type Method Description java.util.List<Contract.Term.Action.Subject>
Contract.Term.Action. getSubject()
Entity of the action.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Contract.Term.Action.Subject Modifier and Type Method Description protected Contract.Term.Action.Subject.Builder
Contract.Term.Action.Subject.Builder. from(Contract.Term.Action.Subject subject)
Contract.Term.Action.Builder
Contract.Term.Action.Builder. subject(Contract.Term.Action.Subject... subject)
Entity of the action.protected void
Contract.Term.Action.Subject.Builder. validate(Contract.Term.Action.Subject subject)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Term.Action.Subject Modifier and Type Method Description Contract.Term.Action.Builder
Contract.Term.Action.Builder. subject(java.util.Collection<Contract.Term.Action.Subject> subject)
Entity of the action.
-