Uses of Class
com.ibm.fhir.path.FHIRPathBooleanValue.Builder
-
Packages that use FHIRPathBooleanValue.Builder Package Description com.ibm.fhir.path -
-
Uses of FHIRPathBooleanValue.Builder in com.ibm.fhir.path
Methods in com.ibm.fhir.path that return FHIRPathBooleanValue.Builder Modifier and Type Method Description static FHIRPathBooleanValue.BuilderFHIRPathBooleanValue. builder(Boolean _boolean)Static factory method for creating builder instances from aBooleanvalueFHIRPathBooleanValue.BuilderFHIRPathBooleanValue.Builder. name(String name)FHIRPathBooleanValue.BuilderFHIRPathBooleanValue.Builder. path(String path)FHIRPathBooleanValue.BuilderFHIRPathBooleanValue. toBuilder()Constructors in com.ibm.fhir.path with parameters of type FHIRPathBooleanValue.Builder Constructor Description FHIRPathBooleanValue(FHIRPathBooleanValue.Builder builder)
-