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