trait SwaggerParameterBuilder extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwaggerParameterBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _hidden: Option[Boolean]
- Attributes
- protected[this]
- val _required: Option[Boolean]
- Attributes
- protected[this]
- def accessibleBy(value: String): SwaggerParameterBuilder
- def allowableValues: AllowableValues
- def allowableValues(values: Range): SwaggerParameterBuilder.this.type
- def allowableValues[V](values: List[V]): SwaggerParameterBuilder.this.type
- def allowableValues[V](values: V*): SwaggerParameterBuilder.this.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def dataType(dataType: DataType): SwaggerParameterBuilder.this.type
- def dataType: DataType
- def defaultValue: Option[String]
- def description: Option[String]
- def description(description: Option[String]): SwaggerParameterBuilder.this.type
- def description(description: String): SwaggerParameterBuilder.this.type
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def example: Option[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromBody: SwaggerParameterBuilder.this.type
- def fromForm: SwaggerParameterBuilder.this.type
- def fromHeader: SwaggerParameterBuilder.this.type
- def fromPath: SwaggerParameterBuilder.this.type
- def fromQuery: SwaggerParameterBuilder.this.type
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hidden: SwaggerParameterBuilder.this.type
- def isHidden: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRequired: Boolean
- def maximumValue: Option[Double]
- def minimumValue: Option[Double]
- def multiValued: SwaggerParameterBuilder.this.type
- def name: String
- def name(name: String): SwaggerParameterBuilder.this.type
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def optional: SwaggerParameterBuilder.this.type
- def paramAccess: Option[String]
- def paramType: ParamType
- def paramType(name: ParamType): SwaggerParameterBuilder.this.type
- def position: Option[Int]
- def position(position: Int): SwaggerParameterBuilder.this.type
- def required: SwaggerParameterBuilder.this.type
- def result: Parameter
- def singleValued: SwaggerParameterBuilder.this.type
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()