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