Uses of Class
org.linuxforhealth.fhir.model.resource.Task.Input
-
Packages that use Task.Input Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Task.Input in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Task.Input Modifier and Type Method Description Task.Input
Task.Input.Builder. build()
Build theTask.Input
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Task.Input Modifier and Type Method Description java.util.List<Task.Input>
Task. getInput()
Additional information that may be needed in the execution of the task.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Task.Input Modifier and Type Method Description protected Task.Input.Builder
Task.Input.Builder. from(Task.Input input)
Task.Builder
Task.Builder. input(Task.Input... input)
Additional information that may be needed in the execution of the task.protected void
Task.Input.Builder. validate(Task.Input input)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Task.Input Modifier and Type Method Description Task.Builder
Task.Builder. input(java.util.Collection<Task.Input> input)
Additional information that may be needed in the execution of the task.
-