case class Request(_internal: plugins.domain.webapi.models.Request) extends DomainElement with Product with Serializable
Request model class.
- Annotations
- @JSExportAll()
- Alphabetic
- By Inheritance
- Request
- Serializable
- Serializable
- Product
- Equals
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- Annotable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Request()
- Annotations
- @JSExportTopLevel( "model.domain.Request" )
- new Request(_internal: plugins.domain.webapi.models.Request)
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
annotations(): Annotations
- Definition Classes
- AmfObjectWrapper → Annotable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def cookieParameters: ClientList[Parameter]
-
def
customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement
- def description: StrField
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
def
finalize(): Unit
- Attributes
- protected[java.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 headers: ClientList[Parameter]
-
def
id: String
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 payloads: ClientList[Payload]
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position: Range
- Definition Classes
- DomainElement
- def queryParameters: ClientList[Parameter]
- def queryString: Shape
- def required: BoolField
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def uriParameters: ClientList[Parameter]
-
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
- @native() @throws( ... )
-
def
withCookieParameter(name: String): Parameter
Adds one Parameter to the cookieParameters property of this Request and returns it for population.
Adds one Parameter to the cookieParameters property of this Request and returns it for population. Name property of the parameter is required.
-
def
withCookieParameters(cookieParameters: ClientList[Parameter]): Request.this.type
Set cookieParameters property of this Request.
-
def
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): Request.this.type
- Definition Classes
- DomainElement
-
def
withDescription(description: String): Request.this.type
Set description property of this Request.
-
def
withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Request.this.type
- Definition Classes
- DomainElement
-
def
withHeader(name: String): Parameter
Adds one Parameter]to the headers property of this Request and returns it for population.
Adds one Parameter]to the headers property of this Request and returns it for population. Name property of the parameter is required.
-
def
withHeaders(headers: ClientList[Parameter]): Request.this.type
Set headers property of this Request.
-
def
withId(id: String): Request.this.type
- Definition Classes
- DomainElement
-
def
withPayload(mediaType: String): Payload
Adds one Payload]to the payloads property of this Request with the given media type and returns it for population.
-
def
withPayload(): Payload
Adds one Payload to the payloads property of this Request and returns it for population.
-
def
withPayloads(payloads: ClientList[Payload]): Request.this.type
Set payloads property of this Request.
-
def
withQueryParameter(name: String): Parameter
Adds one Parameter to the queryParameters property of this Request and returns it for population.
Adds one Parameter to the queryParameters property of this Request and returns it for population. Name property of the parameter is required.
-
def
withQueryParameters(parameters: ClientList[Parameter]): Request.this.type
Set queryParameters property of this Request.
-
def
withQueryString(queryString: Shape): Request.this.type
Set query string property of this Request.
-
def
withRequired(required: Boolean): Request.this.type
Set required property of this Request.
-
def
withUriParameter(name: String): Parameter
Adds one Parameter to the uriParameters property of this Request and returns it for population.
Adds one Parameter to the uriParameters property of this Request and returns it for population. Name property of the parameter is required.
-
def
withUriParameters(uriParameters: ClientList[Parameter]): Request.this.type
Set uriParameters property of this Request.