Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Term.Action
-
Packages that use Contract.Term.Action Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Contract.Term.Action in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Term.Action Modifier and Type Method Description Contract.Term.Action
Contract.Term.Action.Builder. build()
Build theContract.Term.Action
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Term.Action Modifier and Type Method Description java.util.List<Contract.Term.Action>
Contract.Term. getAction()
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Contract.Term.Action Modifier and Type Method Description Contract.Term.Builder
Contract.Term.Builder. action(Contract.Term.Action... action)
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.protected Contract.Term.Action.Builder
Contract.Term.Action.Builder. from(Contract.Term.Action action)
protected void
Contract.Term.Action.Builder. validate(Contract.Term.Action action)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Term.Action Modifier and Type Method Description Contract.Term.Builder
Contract.Term.Builder. action(java.util.Collection<Contract.Term.Action> action)
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
-