Uses of Class
org.linuxforhealth.fhir.model.resource.Citation.CitedArtifact.Title
-
Packages that use Citation.CitedArtifact.Title Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Citation.CitedArtifact.Title in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Citation.CitedArtifact.Title Modifier and Type Method Description Citation.CitedArtifact.Title
Citation.CitedArtifact.Title.Builder. build()
Build theCitation.CitedArtifact.Title
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Citation.CitedArtifact.Title Modifier and Type Method Description java.util.List<Citation.CitedArtifact.Title>
Citation.CitedArtifact. getTitle()
The title details of the article or artifact.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Citation.CitedArtifact.Title Modifier and Type Method Description protected Citation.CitedArtifact.Title.Builder
Citation.CitedArtifact.Title.Builder. from(Citation.CitedArtifact.Title title)
Citation.CitedArtifact.Builder
Citation.CitedArtifact.Builder. title(Citation.CitedArtifact.Title... title)
The title details of the article or artifact.protected void
Citation.CitedArtifact.Title.Builder. validate(Citation.CitedArtifact.Title title)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Citation.CitedArtifact.Title Modifier and Type Method Description Citation.CitedArtifact.Builder
Citation.CitedArtifact.Builder. title(java.util.Collection<Citation.CitedArtifact.Title> title)
The title details of the article or artifact.
-