static Task.Input.Builder |
Task.Input.builder() |
|
Task.Input.Builder |
Task.Input.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Task.Input.Builder |
Task.Input.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Task.Input.Builder |
Task.Input.Builder.from(Task.Input input) |
|
Task.Input.Builder |
Task.Input.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Task.Input.Builder |
Task.Input.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Task.Input.Builder |
Task.Input.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Task.Input.Builder |
Task.Input.toBuilder() |
|
Task.Input.Builder |
Task.Input.Builder.type(CodeableConcept type) |
A code or description indicating how the input is intended to be used as part of the task execution.
|
Task.Input.Builder |
Task.Input.Builder.value(Element value) |
The value of the input parameter as a basic type.
|
Task.Input.Builder |
Task.Input.Builder.value(Boolean value) |
Convenience method for setting value with choice type Boolean.
|
Task.Input.Builder |
Task.Input.Builder.value(Integer value) |
Convenience method for setting value with choice type Integer.
|
Task.Input.Builder |
Task.Input.Builder.value(String value) |
Convenience method for setting value with choice type String.
|
Task.Input.Builder |
Task.Input.Builder.value(LocalDate value) |
Convenience method for setting value with choice type Date.
|
Task.Input.Builder |
Task.Input.Builder.value(LocalTime value) |
Convenience method for setting value with choice type Time.
|
Task.Input.Builder |
Task.Input.Builder.value(ZonedDateTime value) |
Convenience method for setting value with choice type Instant.
|