Uses of Class
org.linuxforhealth.fhir.model.resource.SubstanceDefinition.Name.Official
-
Packages that use SubstanceDefinition.Name.Official Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of SubstanceDefinition.Name.Official in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SubstanceDefinition.Name.Official Modifier and Type Method Description SubstanceDefinition.Name.Official
SubstanceDefinition.Name.Official.Builder. build()
Build theSubstanceDefinition.Name.Official
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type SubstanceDefinition.Name.Official Modifier and Type Method Description java.util.List<SubstanceDefinition.Name.Official>
SubstanceDefinition.Name. getOfficial()
Details of the official nature of this name.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SubstanceDefinition.Name.Official Modifier and Type Method Description protected SubstanceDefinition.Name.Official.Builder
SubstanceDefinition.Name.Official.Builder. from(SubstanceDefinition.Name.Official official)
SubstanceDefinition.Name.Builder
SubstanceDefinition.Name.Builder. official(SubstanceDefinition.Name.Official... official)
Details of the official nature of this name.protected void
SubstanceDefinition.Name.Official.Builder. validate(SubstanceDefinition.Name.Official official)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type SubstanceDefinition.Name.Official Modifier and Type Method Description SubstanceDefinition.Name.Builder
SubstanceDefinition.Name.Builder. official(java.util.Collection<SubstanceDefinition.Name.Official> official)
Details of the official nature of this name.
-