Uses of Class
com.oracle.bmc.oda.model.TrainSkillParameter
-
Packages that use TrainSkillParameter Package Description com.oracle.bmc.oda.model -
-
Uses of TrainSkillParameter in com.oracle.bmc.oda.model
Subclasses of TrainSkillParameter in com.oracle.bmc.oda.model Modifier and Type Class Description class
TrainSkillQueryEntityParameter
Query entity parameter for training the skill.Methods in com.oracle.bmc.oda.model that return types with arguments of type TrainSkillParameter Modifier and Type Method Description List<TrainSkillParameter>
TrainSkillDetails. getItems()
List of parameters for training the skill.Method parameters in com.oracle.bmc.oda.model with type arguments of type TrainSkillParameter Modifier and Type Method Description TrainSkillDetails.Builder
TrainSkillDetails.Builder. items(List<TrainSkillParameter> items)
List of parameters for training the skill.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type TrainSkillParameter Constructor Description TrainSkillDetails(List<TrainSkillParameter> items)
Deprecated.
-