case class Parameter(_internal: plugins.domain.webapi.models.Parameter) extends DomainElement with NamedDomainElement with Product with Serializable
Parameter model class.
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parameter
- Serializable
- Serializable
- Product
- Equals
- NamedDomainElement
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- Annotable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Parameter()
- Annotations
- @JSExportTopLevel( "model.domain.Parameter" )
- new Parameter(_internal: plugins.domain.webapi.models.Parameter)
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
- def allowEmptyValue: BoolField
- def allowReserved: BoolField
-
def
annotations(): Annotations
- Definition Classes
- AmfObjectWrapper → Annotable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def binding: StrField
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement
- def deprecated: BoolField
- def description: StrField
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def examples: ClientList[Example]
- def explode: BoolField
-
def
extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
graph(): Graph
- Definition Classes
- DomainElement
-
def
id: String
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name: StrField
- Definition Classes
- Parameter → NamedDomainElement
-
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 parameterName: StrField
- def payloads: ClientList[Payload]
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position: Range
- Definition Classes
- DomainElement
- def required: BoolField
- def schema: Shape
- def style: StrField
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withAllowEmptyValue(allowEmptyValue: Boolean): Parameter.this.type
Set allowEmptyValue property of this Parameter.
-
def
withAllowReserved(allowReserved: Boolean): Parameter.this.type
Set allowReserved property of this Parameter.
-
def
withBinding(binding: String): Parameter.this.type
Set binding property of this Parameter.
-
def
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): Parameter.this.type
- Definition Classes
- DomainElement
-
def
withDeprecated(deprecated: Boolean): Parameter.this.type
Set deprecated property of this Parameter.
-
def
withDescription(description: String): Parameter.this.type
Set description property of this Parameter.
- def withExample(name: String): Example
-
def
withExamples(examples: ClientList[Example]): Parameter.this.type
Set examples property of this Parameter.
-
def
withExplode(explode: Boolean): Parameter.this.type
Set explode property of this Parameter.
-
def
withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Parameter.this.type
- Definition Classes
- DomainElement
-
def
withId(id: String): Parameter.this.type
- Definition Classes
- DomainElement
-
def
withName(name: String): Parameter.this.type
Set name property of this Parameter.
Set name property of this Parameter.
- Definition Classes
- Parameter → NamedDomainElement
-
def
withObjectSchema(name: String): NodeShape
Set schema property of this Parameter.
-
def
withParameterName(name: String): Parameter.this.type
Set specific name of this Parameter.
- def withPayload(mediaType: String): Payload
-
def
withPayloads(payloads: ClientList[Payload]): Parameter.this.type
Set payloads property of this Parameter.
-
def
withRequired(required: Boolean): Parameter.this.type
Set required property of this Parameter.
- def withScalarSchema(name: String): ScalarShape
-
def
withSchema(schema: Shape): Parameter.this.type
Set schema property of this Parameter.
-
def
withStyle(style: String): Parameter.this.type
Set style property of this Parameter.