Uses of Class
org.linuxforhealth.fhir.model.resource.Provenance.Entity
-
Packages that use Provenance.Entity Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Provenance.Entity in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Provenance.Entity Modifier and Type Method Description Provenance.Entity
Provenance.Entity.Builder. build()
Build theProvenance.Entity
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Provenance.Entity Modifier and Type Method Description java.util.List<Provenance.Entity>
Provenance. getEntity()
An entity used in this activity.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Provenance.Entity Modifier and Type Method Description Provenance.Builder
Provenance.Builder. entity(Provenance.Entity... entity)
An entity used in this activity.protected Provenance.Entity.Builder
Provenance.Entity.Builder. from(Provenance.Entity entity)
protected void
Provenance.Entity.Builder. validate(Provenance.Entity entity)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Provenance.Entity Modifier and Type Method Description Provenance.Builder
Provenance.Builder. entity(java.util.Collection<Provenance.Entity> entity)
An entity used in this activity.
-