Class CategoryLanguage.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CategoryLanguage.Builder
-
- Enclosing class:
- CategoryLanguage
public static final class CategoryLanguage.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryLanguagebuild()CategoryLanguage.BuildersourceValue(CategoryLanguageSourceValue sourceValue)For read operations: the original language code from the provider.CategoryLanguage.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLanguageSourceValue> sourceValue)For read operations: the original language code from the provider.CategoryLanguage.Buildervalue(CategoryLanguageValue value)The unified locale code.CategoryLanguage.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLanguageValue> value)The unified locale code.
-
-
-
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.
-
build
public CategoryLanguage build()
-
-