Class/Object

org.coursera.naptime.schema

Parameter

Related Docs: object Parameter | package schema

Permalink

final class Parameter extends ScalaRecordTemplate with Product

Information regarding a [query] parameter to a Naptime Handler.

Annotations
@Generated()
Linear Supertypes
Product, Equals, ScalaRecordTemplate, ScalaTemplate, RecordTemplate, DataTemplate[DataMap], Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Parameter
  2. Product
  3. Equals
  4. ScalaRecordTemplate
  5. ScalaTemplate
  6. RecordTemplate
  7. DataTemplate
  8. Cloneable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val attributes: AttributeArray

    Permalink
  6. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Parameter → Equals
  7. def clone(): Parameter

    Permalink
    Definition Classes
    Parameter → RecordTemplate → DataTemplate → AnyRef
  8. def contains(arg0: Field): Boolean

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  9. def copy(dataMap: DataMap, conversion: DataConversion): Parameter

    Permalink
    Definition Classes
    Parameter → ScalaRecordTemplate
  10. def copy(name: String = this.name, type: String = this.`type`, attributes: AttributeArray = this.attributes, default: Option[ArbitraryValue] = this.default): Parameter

    Permalink
  11. def copy(): Parameter

    Permalink
    Definition Classes
    Parameter → RecordTemplate → DataTemplate
  12. def data(): DataMap

    Permalink
    Definition Classes
    RecordTemplate → DataTemplate
  13. lazy val default: Option[ArbitraryValue]

    Permalink

    The default value used if no parameter is passed upon invoking the enclosing Handler.

    The default value used if no parameter is passed upon invoking the enclosing Handler. Note: this is computed on a best-effort basis and should be used only for documentation purposes.

  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Parameter → Equals → RecordTemplate → AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    Parameter → RecordTemplate → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. lazy val name: String

    Permalink

    The name of the parameter (usually used to form the HTTP query parameter).

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def obtainCustomType[T](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  25. def obtainCustomType[T](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  26. def obtainDirect[T](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  27. def obtainDirect[T](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  28. def obtainWrapped[T <: DataTemplate[_]](field: Field, valueClass: Class[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  29. def obtainWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: GetMode): T

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... ) @throws( ... )
  30. val productArity: Int

    Permalink
    Definition Classes
    Parameter → Product
  31. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Parameter → Product
  32. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  33. val productPrefix: String

    Permalink
    Definition Classes
    Parameter → Product
  34. def putCustomType[T](field: Field, valueClass: Class[T], dataClass: Class[_], obj: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaRecordTemplate
  35. def putCustomType[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  36. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  37. def putDirect[T](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  38. def putDirect[T](arg0: Field, arg1: Class[T], arg2: Class[_], arg3: T, arg4: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  39. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  40. def putWrapped[T <: DataTemplate[_]](arg0: Field, arg1: Class[T], arg2: T, arg3: SetMode): Unit

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
    Annotations
    @throws( ... )
  41. def remove(arg0: Field): Boolean

    Permalink
    Attributes
    protected[com.linkedin.data.template]
    Definition Classes
    RecordTemplate
  42. def schema(): RecordDataSchema

    Permalink
    Definition Classes
    RecordTemplate → DataTemplate
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    Parameter → RecordTemplate → AnyRef → Any
  45. lazy val type: String

    Permalink
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from ScalaRecordTemplate

Inherited from ScalaTemplate

Inherited from RecordTemplate

Inherited from DataTemplate[DataMap]

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped