Class CreateCategoriesApiModelHierarchy


  • public class CreateCategoriesApiModelHierarchy
    extends java.lang.Object
    CreateCategoriesApiModelHierarchy

    The hierarchal level of the category

    • Constructor Detail

      • 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.
      • 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​(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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object