Annotation.Builder |
Annotation.Builder.author(Element author) |
The individual responsible for making the annotation.
|
static Annotation.Builder |
Annotation.builder() |
|
Annotation.Builder |
Annotation.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Annotation.Builder |
Annotation.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Annotation.Builder |
Annotation.Builder.from(Annotation annotation) |
|
Annotation.Builder |
Annotation.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Annotation.Builder |
Annotation.Builder.text(Markdown text) |
The text of the annotation in markdown format.
|
Annotation.Builder |
Annotation.Builder.time(DateTime time) |
Indicates when this particular annotation was made.
|
Annotation.Builder |
Annotation.toBuilder() |
|