Class SkillsLanguage.Builder

  • Enclosing class:
    SkillsLanguage

    public static final class SkillsLanguage.Builder
    extends java.lang.Object
    • Method Detail

      • value

        public SkillsLanguage.Builder value​(SkillsLanguageValue value)
        The unified locale code. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
      • value

        public SkillsLanguage.Builder value​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageValue> value)
        The unified locale code. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
      • sourceValue

        public SkillsLanguage.Builder sourceValue​(SkillsLanguageSourceValue sourceValue)
        For read operations: the original language code 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.
      • sourceValue

        public SkillsLanguage.Builder sourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageSourceValue> sourceValue)
        For read operations: the original language code 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.