static Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.builder() | 
  | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.Builder.etag(java.lang.String etag) | 
 Convenience method for setting etag. 
 | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.Builder.etag(String etag) | 
 The Etag for the resource, if the operation for the entry produced a versioned resource (see [Resource Metadata and 
 Versioning](http.html#versioning) and [Managing Resource Contention](http.html#concurrency)). 
 | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.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.Response.Builder | 
Bundle.Entry.Response.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.Response.Builder | 
Bundle.Entry.Response.Builder.from(Bundle.Entry.Response response) | 
  | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.Builder.id(java.lang.String id) | 
 Unique id for the element within a resource (for internal references). 
 | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.Builder.lastModified(java.time.ZonedDateTime lastModified) | 
 Convenience method for setting lastModified. 
 | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.Builder.lastModified(Instant lastModified) | 
 The date/time that the resource was modified on the server. 
 | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.Builder.location(Uri location) | 
 The location header created by processing this operation, populated if the operation returns a location. 
 | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.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.Response.Builder | 
Bundle.Entry.Response.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.Response.Builder | 
Bundle.Entry.Response.Builder.outcome(Resource outcome) | 
 An OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction. 
 | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.Builder.status(java.lang.String status) | 
 Convenience method for setting status. 
 | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.Builder.status(String status) | 
 The status code returned by processing this entry. 
 | 
Bundle.Entry.Response.Builder | 
Bundle.Entry.Response.toBuilder() | 
  |