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