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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CreateCategoriesApiModelLevel.Builderbuilder()Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelLevelSourceValue>sourceValue()Deprecated.For read operations: the original category level from the provider.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelLevelValue>value()Deprecated.The unified category level.CreateCategoriesApiModelLevelwithSourceValue(CreateCategoriesApiModelLevelSourceValue sourceValue)Deprecated.For read operations: the original category level from the provider.CreateCategoriesApiModelLevelwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelSourceValue> sourceValue)Deprecated.For read operations: the original category level from the provider.CreateCategoriesApiModelLevelwithValue(CreateCategoriesApiModelLevelValue value)Deprecated.The unified category level.CreateCategoriesApiModelLevelwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelValue> value)Deprecated.The unified category level.
-
-
-
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.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 org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelLevelSourceValue> sourceValue()
Deprecated.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.
-
builder
public static CreateCategoriesApiModelLevel.Builder builder()
Deprecated.
-
withValue
public CreateCategoriesApiModelLevel withValue(CreateCategoriesApiModelLevelValue value)
Deprecated.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.
-
withValue
public CreateCategoriesApiModelLevel withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelValue> value)
Deprecated.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.
-
withSourceValue
public CreateCategoriesApiModelLevel withSourceValue(CreateCategoriesApiModelLevelSourceValue sourceValue)
Deprecated.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.
-
withSourceValue
public CreateCategoriesApiModelLevel withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevelSourceValue> sourceValue)
Deprecated.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.
-
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
-
-