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

    Set allowEmptyValue property of this Parameter.

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

    Set allowReserved property of this Parameter.

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

    Set binding property of this Parameter.

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

    Set deprecated property of this Parameter.

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

    Set description property of this Parameter.

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

    Set examples property of this Parameter.

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

    Set explode property of this Parameter.

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

    Set name property of this Parameter.

  49. def withObjectSchema(name: String): NodeShape

    Set schema property of this Parameter.

  50. def withParameterName(name: String): Parameter.this.type

    Set specific name of this Parameter.

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

    Set payloads property of this Parameter.

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

    Set required property of this Parameter.

  54. def withScalarSchema(name: String): ScalarShape
  55. def withSchema(schema: Shape): Parameter.this.type

    Set schema property of this Parameter.

  56. 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 Annotable

Inherited from AnyRef

Inherited from Any

Ungrouped