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)Hierarchy.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategorySourceValue> sourceValue)Hierarchy.Buildervalue(CategoryValue value)Hierarchy.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryValue> value)
-
-
-
Method Detail
-
value
public Hierarchy.Builder value(CategoryValue value)
-
value
public Hierarchy.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryValue> value)
-
sourceValue
public Hierarchy.Builder sourceValue(CategorySourceValue sourceValue)
-
sourceValue
public Hierarchy.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategorySourceValue> sourceValue)
-
build
public Hierarchy build()
-
-