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