static Meta.Builder |
Meta.builder() |
|
Meta.Builder |
Meta.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Meta.Builder |
Meta.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Meta.Builder |
Meta.Builder.from(Meta meta) |
|
Meta.Builder |
Meta.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Meta.Builder |
Meta.Builder.lastUpdated(Instant lastUpdated) |
When the resource last changed - e.g.
|
Meta.Builder |
Meta.Builder.profile(Canonical... profile) |
A list of profiles (references to [StructureDefinition](structuredefinition.html#) resources) that this resource
claims to conform to.
|
Meta.Builder |
Meta.Builder.profile(Collection<Canonical> profile) |
A list of profiles (references to [StructureDefinition](structuredefinition.html#) resources) that this resource
claims to conform to.
|
Meta.Builder |
Meta.Builder.security(Coding... security) |
Security labels applied to this resource.
|
Meta.Builder |
Meta.Builder.security(Collection<Coding> security) |
Security labels applied to this resource.
|
Meta.Builder |
Meta.Builder.source(Uri source) |
A uri that identifies the source system of the resource.
|
Meta.Builder |
Meta.Builder.tag(Coding... tag) |
Tags applied to this resource.
|
Meta.Builder |
Meta.Builder.tag(Collection<Coding> tag) |
Tags applied to this resource.
|
Meta.Builder |
Meta.toBuilder() |
|
Meta.Builder |
Meta.Builder.versionId(Id versionId) |
The version specific identifier, as it appears in the version portion of the URL.
|