Class CreateCategoriesApiModelLevel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateCategoriesApiModelLevel
-
@Deprecated public class CreateCategoriesApiModelLevel extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.CreateCategoriesApiModelLevelThe hierarchal level of the category
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateCategoriesApiModelLevel.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description CreateCategoriesApiModelLevel()Deprecated.CreateCategoriesApiModelLevel(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelSourceValue> sourceValue)Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
CreateCategoriesApiModelLevel
public CreateCategoriesApiModelLevel(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelSourceValue> sourceValue)
Deprecated.
-
CreateCategoriesApiModelLevel
public CreateCategoriesApiModelLevel()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelLevelValue> value()
Deprecated.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelLevelSourceValue> sourceValue()
Deprecated.
-
builder
public static final CreateCategoriesApiModelLevel.Builder builder()
Deprecated.
-
withValue
public CreateCategoriesApiModelLevel withValue(CreateCategoriesApiModelLevelValue value)
Deprecated.
-
withValue
public CreateCategoriesApiModelLevel withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelValue> value)
Deprecated.
-
withSourceValue
public CreateCategoriesApiModelLevel withSourceValue(CreateCategoriesApiModelLevelSourceValue sourceValue)
Deprecated.
-
withSourceValue
public CreateCategoriesApiModelLevel withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelSourceValue> 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
-
-