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.Output
Task.Output.Builder. build()
Build theTask.Output
Methods 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.Builder
Task.Output.Builder. from(Task.Output output)
Task.Builder
Task.Builder. output(Task.Output... output)
Outputs produced by the Task.protected void
Task.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.Builder
Task.Builder. output(java.util.Collection<Task.Output> output)
Outputs produced by the Task.
-