Class LanguageEnum.Builder

  • Enclosing class:
    LanguageEnum

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

      • value

        public LanguageEnum.Builder value​(LanguageEnumValue 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 LanguageEnum.Builder value​(org.openapitools.jackson.nullable.JsonNullable<? extends LanguageEnumValue> 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 LanguageEnum.Builder sourceValue​(LanguageEnumSourceValue 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 LanguageEnum.Builder sourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends LanguageEnumSourceValue> 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.