Uses of Class
org.linuxforhealth.fhir.model.resource.Task.Output
-
Packages that use Task.Output Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Task.Output in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Task.Output Modifier and Type Method Description Task.OutputTask.Output.Builder. build()Build theTask.OutputMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Task.Output Modifier and Type Method Description java.util.List<Task.Output>Task. getOutput()Outputs produced by the Task.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Task.Output Modifier and Type Method Description protected Task.Output.BuilderTask.Output.Builder. from(Task.Output output)Task.BuilderTask.Builder. output(Task.Output... output)Outputs produced by the Task.protected voidTask.Output.Builder. validate(Task.Output output)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Task.Output Modifier and Type Method Description Task.BuilderTask.Builder. output(java.util.Collection<Task.Output> output)Outputs produced by the Task.
-