static Bundle.Builder |
Bundle.builder() |
|
Bundle.Builder |
Bundle.Builder.entry(Bundle.Entry... entry) |
An entry in a bundle resource - will either contain a resource or information about a resource (transactions and
history only).
|
Bundle.Builder |
Bundle.Builder.entry(Collection<Bundle.Entry> entry) |
An entry in a bundle resource - will either contain a resource or information about a resource (transactions and
history only).
|
protected Bundle.Builder |
Bundle.Builder.from(Bundle bundle) |
|
Bundle.Builder |
Bundle.Builder.id(String id) |
The logical id of the resource, as used in the URL for the resource.
|
Bundle.Builder |
Bundle.Builder.identifier(Identifier identifier) |
A persistent identifier for the bundle that won't change as a bundle is copied from server to server.
|
Bundle.Builder |
Bundle.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
Bundle.Builder |
Bundle.Builder.language(Code language) |
The base language in which the resource is written.
|
Bundle.Builder |
Bundle.Builder.link(Bundle.Link... link) |
A series of links that provide context to this bundle.
|
Bundle.Builder |
Bundle.Builder.link(Collection<Bundle.Link> link) |
A series of links that provide context to this bundle.
|
Bundle.Builder |
Bundle.Builder.meta(Meta meta) |
The metadata about the resource.
|
Bundle.Builder |
Bundle.Builder.signature(Signature signature) |
Digital Signature - base64 encoded.
|
Bundle.Builder |
Bundle.Builder.timestamp(Instant timestamp) |
The date/time that the bundle was assembled - i.e.
|
Bundle.Builder |
Bundle.Builder.timestamp(ZonedDateTime timestamp) |
Convenience method for setting timestamp .
|
Bundle.Builder |
Bundle.toBuilder() |
|
Bundle.Builder |
Bundle.Builder.total(UnsignedInt total) |
If a set of search matches, this is the total number of entries of type 'match' across all pages in the search.
|
Bundle.Builder |
Bundle.Builder.type(BundleType type) |
Indicates the purpose of this bundle - how it is intended to be used.
|