Uses of Class
com.ibm.fhir.model.resource.Task.Input
-
Packages that use Task.Input Package Description com.ibm.fhir.model.resource -
-
Uses of Task.Input in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Task.Input Modifier and Type Method Description Task.Input
Task.Input.Builder. build()
Build theTask.Input
Methods in com.ibm.fhir.model.resource that return types with arguments of type Task.Input Modifier and Type Method Description List<Task.Input>
Task. getInput()
Additional information that may be needed in the execution of the task.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Task.Input Modifier and Type Method Description Task.Builder
Task.Builder. input(Collection<Task.Input> input)
Additional information that may be needed in the execution of the task.
-