Class CategoryLanguage.Builder

  • Enclosing class:
    CategoryLanguage

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

      • value

        public CategoryLanguage.Builder value​(CategoryLanguageValue 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 CategoryLanguage.Builder value​(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLanguageValue> 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 CategoryLanguage.Builder sourceValue​(CategoryLanguageSourceValue 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 CategoryLanguage.Builder sourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLanguageSourceValue> 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.