case class Parameter(_internal: plugins.domain.webapi.models.Parameter) extends DomainElement with Product with Serializable

Parameter model class.

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, DomainElement, PlatformSecrets, AmfObjectWrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parameter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DomainElement
  7. PlatformSecrets
  8. AmfObjectWrapper
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Parameter()
    Annotations
    @JSExportTopLevel( "model.domain.Parameter" )
  2. new Parameter(_internal: plugins.domain.webapi.models.Parameter)

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. def allowEmptyValue: BoolField
  5. def allowReserved: BoolField
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def binding: StrField
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement
  10. def deprecated: BoolField
  11. def description: StrField
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def examples: ClientList[Example]
  14. def explode: BoolField
  15. def extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def graph(): Graph
    Definition Classes
    DomainElement
  19. def id: String
    Definition Classes
    DomainElement
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def name: StrField
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def payloads: ClientList[Payload]
  26. val platform: Platform
    Definition Classes
    PlatformSecrets
  27. def position: Range
    Definition Classes
    DomainElement
  28. def required: BoolField
  29. def schema: Shape
  30. def style: StrField
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withAllowEmptyValue(allowEmptyValue: Boolean): Parameter.this.type

    Set allowEmptyValue property of this Parameter.

  36. def withAllowReserved(allowReserved: Boolean): Parameter.this.type

    Set allowReserved property of this Parameter.

  37. def withBinding(binding: String): Parameter.this.type

    Set binding property of this Parameter.

  38. def withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): Parameter.this.type
    Definition Classes
    DomainElement
  39. def withDeprecated(deprecated: Boolean): Parameter.this.type

    Set deprecated property of this Parameter.

  40. def withDescription(description: String): Parameter.this.type

    Set description property of this Parameter.

  41. def withExample(name: String): Example
  42. def withExamples(examples: ClientList[Example]): Parameter.this.type

    Set examples property of this Parameter.

  43. def withExplode(explode: Boolean): Parameter.this.type

    Set explode property of this Parameter.

  44. def withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Parameter.this.type
    Definition Classes
    DomainElement
  45. def withId(id: String): Parameter.this.type
    Definition Classes
    DomainElement
  46. def withName(name: String): Parameter.this.type

    Set name property of this Parameter.

  47. def withObjectSchema(name: String): NodeShape

    Set schema property of this Parameter.

  48. def withPayload(mediaType: String): Payload
  49. def withPayloads(payloads: ClientList[Payload]): Parameter.this.type

    Set payloads property of this Parameter.

  50. def withRequired(required: Boolean): Parameter.this.type

    Set required property of this Parameter.

  51. def withScalarSchema(name: String): ScalarShape
  52. def withStyle(style: String): Parameter.this.type

    Set style property of this Parameter.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DomainElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped