Class SkillsLevel.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.SkillsLevel.Builder
-
- Enclosing class:
- SkillsLevel
public static final class SkillsLevel.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SkillsLevelbuild()SkillsLevel.BuildersourceValue(SkillsLevelSourceValue sourceValue)For read operations: the original skill level from the provider.SkillsLevel.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelSourceValue> sourceValue)For read operations: the original skill level from the provider.SkillsLevel.Buildervalue(SkillsLevelValue value)The unified skill level.SkillsLevel.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelValue> value)The unified skill level.
-
-
-
Method Detail
-
value
public SkillsLevel.Builder value(SkillsLevelValue value)
The unified skill level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
-
value
public SkillsLevel.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelValue> value)
The unified skill level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
-
sourceValue
public SkillsLevel.Builder sourceValue(SkillsLevelSourceValue sourceValue)
For read operations: the original skill level 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 SkillsLevel.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelSourceValue> sourceValue)
For read operations: the original skill level 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 SkillsLevel build()
-
-