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