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.Builder
FHIRPathBooleanValue. builder(java.lang.Boolean _boolean)
Static factory method for creating builder instances from aBoolean
valueFHIRPathBooleanValue.Builder
FHIRPathBooleanValue.Builder. name(java.lang.String name)
FHIRPathBooleanValue.Builder
FHIRPathBooleanValue.Builder. path(java.lang.String path)
FHIRPathBooleanValue.Builder
FHIRPathBooleanValue. toBuilder()
Constructors in com.ibm.fhir.path with parameters of type FHIRPathBooleanValue.Builder Constructor Description FHIRPathBooleanValue(FHIRPathBooleanValue.Builder builder)
-