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