Class Hierarchy
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Hierarchy
-
public class Hierarchy extends java.lang.ObjectHierarchy - The hierarchal level of the category
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHierarchy.Builder
-
Constructor Summary
Constructors Constructor Description Hierarchy()Hierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CategorySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Hierarchy.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CategorySourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CategoryValue>value()HierarchywithSourceValue(CategorySourceValue sourceValue)HierarchywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategorySourceValue> sourceValue)HierarchywithValue(CategoryValue value)HierarchywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryValue> value)
-
-
-
Constructor Detail
-
Hierarchy
public Hierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CategorySourceValue> sourceValue)
-
Hierarchy
public Hierarchy()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CategoryValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CategorySourceValue> sourceValue()
-
builder
public static final Hierarchy.Builder builder()
-
withValue
public Hierarchy withValue(CategoryValue value)
-
withValue
public Hierarchy withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryValue> value)
-
withSourceValue
public Hierarchy withSourceValue(CategorySourceValue sourceValue)
-
withSourceValue
public Hierarchy withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategorySourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-