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.InputTask.Input.Builder. build()Build theTask.InputMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-