Uses of Class
org.linuxforhealth.fhir.model.resource.Resource.Builder
-
Packages that use Resource.Builder Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Resource.Builder in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Resource.Builder Modifier and Type Method Description protected Resource.BuilderResource.Builder. from(Resource resource)Resource.BuilderResource.Builder. id(java.lang.String id)The logical id of the resource, as used in the URL for the resource.Resource.BuilderResource.Builder. implicitRules(Uri implicitRules)A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.Resource.BuilderResource.Builder. language(Code language)The base language in which the resource is written.Resource.BuilderResource.Builder. meta(Meta meta)The metadata about the resource.abstract Resource.BuilderResource. toBuilder()Create a new Builder from the contents of this ResourceConstructors in org.linuxforhealth.fhir.model.resource with parameters of type Resource.Builder Constructor Description Resource(Resource.Builder builder) -
Uses of Resource.Builder in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Resource.Builder Modifier and Type Method Description protected voidCopyingVisitor. replace(Resource.Builder builder)
-