Class Level


  • @Deprecated
    public class Level
    extends java.lang.Object
    Deprecated.
    class: This will be removed in a future release, please migrate away from it as soon as possible.
    Level

    The hierarchal level of the category

    • 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​(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelValue> value)
        Deprecated.
      • withSourceValue

        public Level withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelSourceValue> sourceValue)
        Deprecated.
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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