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 getObjectByPropertyId(id: String): convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  19. def getPropertyIds: convert.CoreClientConverters.ClientList[String]
    Definition Classes
    DomainElement
  20. def getScalarByPropertyId(id: String): convert.CoreClientConverters.ClientList[Any]
    Definition Classes
    DomainElement
  21. def getTypeIds: convert.CoreClientConverters.ClientList[String]
    Definition Classes
    DomainElement
  22. def id: String
    Definition Classes
    DomainElement
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def name: StrField
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. def payloads: ClientList[Payload]
  29. val platform: Platform
    Definition Classes
    PlatformSecrets
  30. def position: Range
    Definition Classes
    DomainElement
  31. def required: BoolField
  32. def schema: Shape
  33. def style: StrField
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def withAllowEmptyValue(allowEmptyValue: Boolean): Parameter.this.type

    Set allowEmptyValue property of this Parameter.

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

    Set allowReserved property of this Parameter.

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

    Set binding property of this Parameter.

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

    Set deprecated property of this Parameter.

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

    Set description property of this Parameter.

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

    Set examples property of this Parameter.

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

    Set explode property of this Parameter.

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

    Set name property of this Parameter.

  50. def withObjectSchema(name: String): NodeShape

    Set schema property 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 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