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.InputTask.Input.Builder. build()Build theTask.InputMethods 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.BuilderTask.Input.Builder. from(Task.Input input)Task.BuilderTask.Builder. input(Task.Input... input)Additional information that may be needed in the execution of the task.protected voidTask.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.BuilderTask.Builder. input(java.util.Collection<Task.Input> input)Additional information that may be needed in the execution of the task.
-