Uses of Class
org.linuxforhealth.fhir.term.service.TranslationParameters.Dependency
- 
Packages that use TranslationParameters.Dependency Package Description org.linuxforhealth.fhir.term.service  - 
- 
Uses of TranslationParameters.Dependency in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.fhir.term.service that return TranslationParameters.Dependency Modifier and Type Method Description TranslationParameters.DependencyTranslationParameters.Dependency.Builder. build()static TranslationParameters.DependencyTranslationParameters.Dependency. from(Parameters.Parameter parameter)Methods in org.linuxforhealth.fhir.term.service that return types with arguments of type TranslationParameters.Dependency Modifier and Type Method Description java.util.List<TranslationParameters.Dependency>TranslationParameters. getDependency()Methods in org.linuxforhealth.fhir.term.service with parameters of type TranslationParameters.Dependency Modifier and Type Method Description TranslationParameters.BuilderTranslationParameters.Builder. dependency(TranslationParameters.Dependency... dependency)protected TranslationParameters.Dependency.BuilderTranslationParameters.Dependency.Builder. from(TranslationParameters.Dependency dependency)Method parameters in org.linuxforhealth.fhir.term.service with type arguments of type TranslationParameters.Dependency Modifier and Type Method Description TranslationParameters.BuilderTranslationParameters.Builder. dependency(java.util.Collection<TranslationParameters.Dependency> dependency) 
 -