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