static Bundle.Entry.Builder |
Bundle.Entry.builder() |
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Bundle.Entry.Builder |
Bundle.Entry.Builder.from(Bundle.Entry entry) |
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.fullUrl(Uri fullUrl) |
The Absolute URL for the resource.
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.link(java.util.Collection<Bundle.Link> link) |
A series of links that provide context to this entry.
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.link(Bundle.Link... link) |
A series of links that provide context to this entry.
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.modifierExtension(java.util.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.
|
Bundle.Entry.Builder |
Bundle.Entry.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.
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.request(Bundle.Entry.Request request) |
Additional information about how this entry should be processed as part of a transaction or batch.
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.resource(Resource resource) |
The Resource for the entry.
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.response(Bundle.Entry.Response response) |
Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to
or what the results of an operation where when returning history.
|
Bundle.Entry.Builder |
Bundle.Entry.Builder.search(Bundle.Entry.Search search) |
Information about the search process that lead to the creation of this entry.
|
Bundle.Entry.Builder |
Bundle.Entry.toBuilder() |
|