Uses of Class
com.oracle.bmc.oda.model.StaticEntityValue
-
Packages that use StaticEntityValue Package Description com.oracle.bmc.oda.model -
-
Uses of StaticEntityValue in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return StaticEntityValue Modifier and Type Method Description StaticEntityValue
StaticEntityValue.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type StaticEntityValue Modifier and Type Method Description List<StaticEntityValue>
CreateSkillValueListEntityDetails. getValues()
List of values for a value list entity.List<StaticEntityValue>
ValueListEntity. getValues()
List of values for a value list entity.Methods in com.oracle.bmc.oda.model with parameters of type StaticEntityValue Modifier and Type Method Description StaticEntityValue.Builder
StaticEntityValue.Builder. copy(StaticEntityValue model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type StaticEntityValue Modifier and Type Method Description CreateSkillValueListEntityDetails.Builder
CreateSkillValueListEntityDetails.Builder. values(List<StaticEntityValue> values)
List of values for a value list entity.ValueListEntity.Builder
ValueListEntity.Builder. values(List<StaticEntityValue> values)
List of values for a value list entity.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type StaticEntityValue Constructor Description CreateSkillValueListEntityDetails(String name, List<StaticEntityValue> values)
Deprecated.ValueListEntity(String id, String name, List<StaticEntityValue> values)
Deprecated.
-