Uses of Class
com.ibm.fhir.model.type.Instant.Builder
-
Packages that use Instant.Builder Package Description com.ibm.fhir.model.type -
-
Uses of Instant.Builder in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Instant.Builder Modifier and Type Method Description static Instant.BuilderInstant. builder()Instant.BuilderInstant.Builder. extension(Extension... extension)May be used to represent additional information that is not part of the basic definition of the resource.Instant.BuilderInstant.Builder. extension(Collection<Extension> extension)May be used to represent additional information that is not part of the basic definition of the resource.protected Instant.BuilderInstant.Builder. from(Instant instant)Instant.BuilderInstant.Builder. id(String id)unique id for the element within a resource (for internal references)Instant.BuilderInstant. toBuilder()Instant.BuilderInstant.Builder. value(String value)Instant.BuilderInstant.Builder. value(ZonedDateTime value)The actual value
-