Class CreateCategoriesApiModelHierarchy
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateCategoriesApiModelHierarchy
-
public class CreateCategoriesApiModelHierarchy extends java.lang.ObjectCreateCategoriesApiModelHierarchyThe hierarchal level of the category
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateCategoriesApiModelHierarchy.Builder
-
Constructor Summary
Constructors Constructor Description CreateCategoriesApiModelHierarchy()CreateCategoriesApiModelHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateCategoriesApiModelHierarchy.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelSourceValue>sourceValue()For read operations: the original category level from the provider.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelValue>value()The unified category level.CreateCategoriesApiModelHierarchywithSourceValue(CreateCategoriesApiModelSourceValue sourceValue)For read operations: the original category level from the provider.CreateCategoriesApiModelHierarchywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelSourceValue> sourceValue)For read operations: the original category level from the provider.CreateCategoriesApiModelHierarchywithValue(CreateCategoriesApiModelValue value)The unified category level.CreateCategoriesApiModelHierarchywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelValue> value)The unified category level.
-
-
-
Constructor Detail
-
CreateCategoriesApiModelHierarchy
public CreateCategoriesApiModelHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelSourceValue> sourceValue)
-
CreateCategoriesApiModelHierarchy
public CreateCategoriesApiModelHierarchy()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelValue> value()
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<CreateCategoriesApiModelSourceValue> sourceValue()
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 CreateCategoriesApiModelHierarchy.Builder builder()
-
withValue
public CreateCategoriesApiModelHierarchy withValue(CreateCategoriesApiModelValue value)
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 CreateCategoriesApiModelHierarchy withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelValue> value)
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 CreateCategoriesApiModelHierarchy withSourceValue(CreateCategoriesApiModelSourceValue sourceValue)
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 CreateCategoriesApiModelHierarchy withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelSourceValue> sourceValue)
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)
- 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
-
-