Class Level
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Level
-
@Deprecated public class Level extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.LevelThe hierarchal level of the category
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLevel.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description Level()Deprecated.Level(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelSourceValue> sourceValue)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Level.Builderbuilder()Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<CategoryLevelSourceValue>sourceValue()Deprecated.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<CategoryLevelValue>value()Deprecated.LevelwithSourceValue(CategoryLevelSourceValue sourceValue)Deprecated.LevelwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelSourceValue> sourceValue)Deprecated.LevelwithValue(CategoryLevelValue value)Deprecated.LevelwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelValue> value)Deprecated.
-
-
-
Constructor Detail
-
Level
public Level(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelSourceValue> sourceValue)
Deprecated.
-
Level
public Level()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CategoryLevelValue> value()
Deprecated.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CategoryLevelSourceValue> sourceValue()
Deprecated.
-
builder
public static final Level.Builder builder()
Deprecated.
-
withValue
public Level withValue(CategoryLevelValue value)
Deprecated.
-
withValue
public Level withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelValue> value)
Deprecated.
-
withSourceValue
public Level withSourceValue(CategoryLevelSourceValue sourceValue)
Deprecated.
-
withSourceValue
public Level withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelSourceValue> sourceValue)
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-