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