static Attachment.Builder |
Attachment.builder() |
|
Attachment.Builder |
Attachment.Builder.contentType(Code contentType) |
Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data.
|
Attachment.Builder |
Attachment.Builder.creation(DateTime creation) |
The date that the attachment was first created.
|
Attachment.Builder |
Attachment.Builder.data(Base64Binary data) |
The actual data of the attachment - a sequence of bytes, base64 encoded.
|
Attachment.Builder |
Attachment.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Attachment.Builder |
Attachment.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Attachment.Builder |
Attachment.Builder.from(Attachment attachment) |
|
Attachment.Builder |
Attachment.Builder.hash(Base64Binary hash) |
The calculated hash of the data using SHA-1.
|
Attachment.Builder |
Attachment.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Attachment.Builder |
Attachment.Builder.language(Code language) |
The human language of the content.
|
Attachment.Builder |
Attachment.Builder.size(UnsignedInt size) |
The number of bytes of data that make up this attachment (before base64 encoding, if that is done).
|
Attachment.Builder |
Attachment.Builder.title(String title) |
A label or set of text to display in place of the data.
|
Attachment.Builder |
Attachment.toBuilder() |
|
Attachment.Builder |
Attachment.Builder.url(Url url) |
A location where the data can be accessed.
|