static Bundle.Entry.Request.Builder |
Bundle.Entry.Request.builder() |
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.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.Request.Builder |
Bundle.Entry.Request.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.Request.Builder |
Bundle.Entry.Request.Builder.from(Bundle.Entry.Request request) |
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.ifMatch(java.lang.String ifMatch) |
Convenience method for setting ifMatch .
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.ifMatch(String ifMatch) |
Only perform the operation if the Etag value matches.
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.ifModifiedSince(java.time.ZonedDateTime ifModifiedSince) |
Convenience method for setting ifModifiedSince .
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.ifModifiedSince(Instant ifModifiedSince) |
Only perform the operation if the last updated date matches.
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.ifNoneExist(java.lang.String ifNoneExist) |
Convenience method for setting ifNoneExist .
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.ifNoneExist(String ifNoneExist) |
Instruct the server not to perform the create if a specified resource already exists.
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.ifNoneMatch(java.lang.String ifNoneMatch) |
Convenience method for setting ifNoneMatch .
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.ifNoneMatch(String ifNoneMatch) |
If the ETag values match, return a 304 Not Modified status.
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.method(HTTPVerb method) |
In a transaction or batch, this is the HTTP action to be executed for this entry.
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.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.Request.Builder |
Bundle.Entry.Request.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.Request.Builder |
Bundle.Entry.Request.toBuilder() |
|
Bundle.Entry.Request.Builder |
Bundle.Entry.Request.Builder.url(Uri url) |
The URL for this entry, relative to the root (the address to which the request is posted).
|