Packages

class RefProperty extends io.swagger.models.properties.AbstractProperty

Linear Supertypes
io.swagger.models.properties.AbstractProperty, Cloneable, io.swagger.models.properties.Property, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RefProperty
  2. AbstractProperty
  3. Cloneable
  4. Property
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RefProperty()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def $ref(arg0: String): RefProperty
  4. var $ref: String
    Attributes
    protected
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def allowEmptyValue(arg0: Boolean): io.swagger.models.properties.Property
    Definition Classes
    AbstractProperty
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def description(arg0: String): io.swagger.models.properties.Property
    Definition Classes
    AbstractProperty → Property
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AbstractProperty → AnyRef → Any
  12. def get$ref(): String
  13. def getAccess(): String
    Definition Classes
    AbstractProperty → Property
  14. def getAllowEmptyValue(): Boolean
    Definition Classes
    AbstractProperty → Property
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getDescription(): String
    Definition Classes
    AbstractProperty → Property
  17. def getExample(): AnyRef
    Definition Classes
    AbstractProperty → Property
  18. def getFormat(): String
    Definition Classes
    AbstractProperty → Property
  19. def getName(): String
    Definition Classes
    AbstractProperty → Property
  20. def getPosition(): Integer
    Definition Classes
    AbstractProperty → Property
  21. def getReadOnly(): Boolean
    Definition Classes
    AbstractProperty → Property
  22. def getRequired(): Boolean
    Definition Classes
    AbstractProperty → Property
  23. def getTitle(): String
    Definition Classes
    AbstractProperty → Property
  24. def getType(): String
    Definition Classes
    AbstractProperty → Property
  25. def getVendorExtensions(): Map[String, AnyRef]
    Definition Classes
    AbstractProperty → Property
    Annotations
    @JsonAnyGetter()
  26. def getXml(): Xml
    Definition Classes
    AbstractProperty → Property
  27. def hashCode(): Int
    Definition Classes
    AbstractProperty → AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def readOnly(): io.swagger.models.properties.Property
    Definition Classes
    AbstractProperty
  33. def rename(arg0: String): io.swagger.models.properties.Property
    Definition Classes
    AbstractProperty → Property
  34. def set$ref(arg0: String): Unit
  35. def setAccess(arg0: String): Unit
    Definition Classes
    AbstractProperty → Property
  36. def setAllowEmptyValue(arg0: Boolean): Unit
    Definition Classes
    AbstractProperty → Property
  37. def setDefault(arg0: String): Unit
    Definition Classes
    AbstractProperty → Property
  38. def setDescription(arg0: String): Unit
    Definition Classes
    AbstractProperty → Property
  39. def setExample(arg0: String): Unit
    Definition Classes
    AbstractProperty → Property
  40. def setExample(arg0: AnyRef): Unit
    Definition Classes
    AbstractProperty → Property
  41. def setFormat(arg0: String): Unit
    Definition Classes
    AbstractProperty
  42. def setName(arg0: String): Unit
    Definition Classes
    AbstractProperty → Property
  43. def setPosition(arg0: Integer): Unit
    Definition Classes
    AbstractProperty → Property
  44. def setReadOnly(arg0: Boolean): Unit
    Definition Classes
    AbstractProperty → Property
  45. def setRequired(arg0: Boolean): Unit
    Definition Classes
    AbstractProperty → Property
  46. def setTitle(arg0: String): Unit
    Definition Classes
    AbstractProperty → Property
  47. def setType(arg0: String): Unit
    Definition Classes
    AbstractProperty
  48. def setVendorExtension(arg0: String, arg1: AnyRef): Unit
    Definition Classes
    AbstractProperty
    Annotations
    @JsonAnySetter()
  49. def setVendorExtensionMap(arg0: Map[String, AnyRef]): Unit
    Definition Classes
    AbstractProperty
  50. def setVendorExtensions(arg0: Map[String, AnyRef]): Unit
    Definition Classes
    AbstractProperty
  51. def setXml(arg0: Xml): Unit
    Definition Classes
    AbstractProperty → Property
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def title(arg0: String): io.swagger.models.properties.Property
    Definition Classes
    AbstractProperty → Property
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from io.swagger.models.properties.AbstractProperty

Inherited from Cloneable

Inherited from io.swagger.models.properties.Property

Inherited from AnyRef

Inherited from Any

Ungrouped