Class SkillsLevel


  • @Deprecated
    public class SkillsLevel
    extends java.lang.Object
    Deprecated.
    class: This will be removed in a future release, please migrate away from it as soon as possible.
    SkillsLevel

    The hierarchal level of the skill

    • Constructor Detail

      • SkillsLevel

        public SkillsLevel​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelValue> value,
                           org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelSourceValue> sourceValue)
        Deprecated.
      • SkillsLevel

        public SkillsLevel()
        Deprecated.
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<SkillsLevelValue> value()
        Deprecated.
        The unified skill level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<SkillsLevelSourceValue> sourceValue()
        Deprecated.
        For read operations: the original skill level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.
      • withValue

        public SkillsLevel withValue​(SkillsLevelValue value)
        Deprecated.
        The unified skill level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
      • withValue

        public SkillsLevel withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelValue> value)
        Deprecated.
        The unified skill level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
      • withSourceValue

        public SkillsLevel withSourceValue​(SkillsLevelSourceValue sourceValue)
        Deprecated.
        For read operations: the original skill level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.
      • withSourceValue

        public SkillsLevel withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelSourceValue> sourceValue)
        Deprecated.
        For read operations: the original skill level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object