Uses of Class
com.oracle.bmc.oda.model.NameMapping
-
Packages that use NameMapping Package Description com.oracle.bmc.oda.model -
-
Uses of NameMapping in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return NameMapping Modifier and Type Method Description NameMapping
NameMapping.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type NameMapping Modifier and Type Method Description List<NameMapping>
LanguageMapping. getNames()
List of named values for mapping.Methods in com.oracle.bmc.oda.model with parameters of type NameMapping Modifier and Type Method Description NameMapping.Builder
NameMapping.Builder. copy(NameMapping model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type NameMapping Modifier and Type Method Description LanguageMapping.Builder
LanguageMapping.Builder. names(List<NameMapping> names)
List of named values for mapping.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type NameMapping Constructor Description LanguageMapping(String languageTag, String primaryName, List<NameMapping> names)
Deprecated.
-