Uses of Class
org.linuxforhealth.fhir.path.FHIRPathTimeValue.Builder
-
Packages that use FHIRPathTimeValue.Builder Package Description org.linuxforhealth.fhir.path -
-
Uses of FHIRPathTimeValue.Builder in org.linuxforhealth.fhir.path
Methods in org.linuxforhealth.fhir.path that return FHIRPathTimeValue.Builder Modifier and Type Method Description static FHIRPathTimeValue.Builder
FHIRPathTimeValue. builder(java.time.LocalTime time, java.time.temporal.ChronoField precision)
Static factory method for creating builder instances from aLocalTime
value and a precisionFHIRPathTimeValue.Builder
FHIRPathTimeValue.Builder. name(java.lang.String name)
FHIRPathTimeValue.Builder
FHIRPathTimeValue.Builder. path(java.lang.String path)
FHIRPathTimeValue.Builder
FHIRPathTimeValue.Builder. text(java.lang.String text)
FHIRPathTimeValue.Builder
FHIRPathTimeValue. toBuilder()
Constructors in org.linuxforhealth.fhir.path with parameters of type FHIRPathTimeValue.Builder Constructor Description FHIRPathTimeValue(FHIRPathTimeValue.Builder builder)
-