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