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