Packages

trait SwaggerParameterBuilder extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SwaggerParameterBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _hidden: Option[Boolean]
    Attributes
    protected[this]
  5. val _required: Option[Boolean]
    Attributes
    protected[this]
  6. def accessibleBy(value: String): SwaggerParameterBuilder
  7. def allowableValues: AllowableValues
  8. def allowableValues(values: Range): SwaggerParameterBuilder.this.type
  9. def allowableValues[V](values: List[V]): SwaggerParameterBuilder.this.type
  10. def allowableValues[V](values: V*): SwaggerParameterBuilder.this.type
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. def dataType(dataType: DataType): SwaggerParameterBuilder.this.type
  14. def dataType: DataType
  15. def defaultValue: Option[String]
  16. def description: Option[String]
  17. def description(description: Option[String]): SwaggerParameterBuilder.this.type
  18. def description(description: String): SwaggerParameterBuilder.this.type
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def example: Option[String]
  22. def fromBody: SwaggerParameterBuilder.this.type
  23. def fromForm: SwaggerParameterBuilder.this.type
  24. def fromHeader: SwaggerParameterBuilder.this.type
  25. def fromPath: SwaggerParameterBuilder.this.type
  26. def fromQuery: SwaggerParameterBuilder.this.type
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  29. def hidden: SwaggerParameterBuilder.this.type
  30. def isHidden: Boolean
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isRequired: Boolean
  33. def maximumValue: Option[Double]
  34. def minimumValue: Option[Double]
  35. def multiValued: SwaggerParameterBuilder.this.type
  36. def name: String
  37. def name(name: String): SwaggerParameterBuilder.this.type
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. def optional: SwaggerParameterBuilder.this.type
  42. def paramAccess: Option[String]
  43. def paramType: ParamType
  44. def paramType(name: ParamType): SwaggerParameterBuilder.this.type
  45. def position: Option[Int]
  46. def position(position: Int): SwaggerParameterBuilder.this.type
  47. def required: SwaggerParameterBuilder.this.type
  48. def result: Parameter
  49. def singleValued: SwaggerParameterBuilder.this.type
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. 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 AnyRef

Inherited from Any

Ungrouped