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