static Bundle.Link.Builder |
Bundle.Link.builder() |
|
Bundle.Link.Builder |
Bundle.Link.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Bundle.Link.Builder |
Bundle.Link.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Bundle.Link.Builder |
Bundle.Link.Builder.from(Bundle.Link link) |
|
Bundle.Link.Builder |
Bundle.Link.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Bundle.Link.Builder |
Bundle.Link.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.Link.Builder |
Bundle.Link.Builder.modifierExtension(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.Link.Builder |
Bundle.Link.Builder.relation(String relation) |
A name which details the functional use for this link - see [http://www.iana.org/assignments/link-relations/link-
relations.xhtml#link-relations-1](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-
1).
|
Bundle.Link.Builder |
Bundle.Link.Builder.relation(String relation) |
Convenience method for setting relation .
|
Bundle.Link.Builder |
Bundle.Link.toBuilder() |
|
Bundle.Link.Builder |
Bundle.Link.Builder.url(Uri url) |
The reference details for the link.
|