Class ListType


  • public class ListType
    extends java.lang.Object
    ListType

    The list type

    • Constructor Detail

      • ListType

        public ListType​(org.openapitools.jackson.nullable.JsonNullable<? extends ListValue> value,
                        org.openapitools.jackson.nullable.JsonNullable<? extends ListSourceValue> sourceValue)
      • ListType

        public ListType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<ListValue> value()
        The type of the list.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<ListSourceValue> sourceValue()
        The source value of the list type.
      • withValue

        public ListType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends ListValue> value)
        The type of the list.
      • withSourceValue

        public ListType withSourceValue​(ListSourceValue sourceValue)
        The source value of the list type.
      • withSourceValue

        public ListType withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends ListSourceValue> sourceValue)
        The source value of the list type.
      • 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