Class Language.Builder

  • Enclosing class:
    Language

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

      • value

        public Language.Builder value​(EntitySkillsValue 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 Language.Builder value​(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsValue> 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 Language.Builder sourceValue​(EntitySkillsSourceValue 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 Language.Builder sourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsSourceValue> 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.