case class Response(_internal: plugins.domain.webapi.models.Response) extends Message with Product with Serializable

Response model class.

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, Message, Linkable, DomainElement, CustomizableElement, PlatformSecrets, AmfObjectWrapper, Annotable, NamedDomainElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Response
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Message
  7. Linkable
  8. DomainElement
  9. CustomizableElement
  10. PlatformSecrets
  11. AmfObjectWrapper
  12. Annotable
  13. NamedDomainElement
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

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 annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bindings: MessageBindings
    Definition Classes
    Message
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def correlationId: CorrelationId
    Definition Classes
    Message
  9. def customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  10. def description: StrField
    Definition Classes
    Message
  11. def displayName: StrField
    Definition Classes
    Message
  12. def documentation: CreativeWork
    Definition Classes
    Message
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def examples: ClientList[Example]
    Definition Classes
    Message
  15. def extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def graph(): Graph
    Definition Classes
    DomainElement
  19. def headerExamples: ClientList[Example]
    Definition Classes
    Message
  20. def headerSchema: NodeShape
    Definition Classes
    Message
  21. def headers: ClientList[Parameter]
  22. def id: String
    Definition Classes
    DomainElement
  23. def isAbstract: BoolField
    Definition Classes
    Message
  24. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isLink: Boolean
    Definition Classes
    Linkable
  27. def link[T](label: Option[String]): T
    Definition Classes
    Linkable
  28. def linkCopy(): Response
    Definition Classes
    ResponseMessage → Linkable
  29. def linkLabel: StrField
    Definition Classes
    Linkable
  30. def linkTarget: convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  31. def links: ClientList[TemplatedLink]
  32. def name: StrField
    Definition Classes
    Message → NamedDomainElement
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def payloads: ClientList[Payload]
    Definition Classes
    Message
  37. val platform: Platform
    Definition Classes
    PlatformSecrets
  38. def position: Range
    Definition Classes
    DomainElement
  39. def statusCode: StrField
  40. def summary: StrField
    Definition Classes
    Message
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def tags: ClientList[Tag]
    Definition Classes
    Message
  43. def title: StrField
    Definition Classes
    Message
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. def withAbstract(isAbstract: Boolean): Response.this.type
    Definition Classes
    Message
  48. def withBindings(bindings: MessageBindings): Response.this.type
    Definition Classes
    Message
  49. def withCorrelationId(correlationId: CorrelationId): Response.this.type
    Definition Classes
    Message
  50. def withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): Response.this.type
    Definition Classes
    DomainElement → CustomizableElement
  51. def withDescription(description: String): Response.this.type
    Definition Classes
    Message
  52. def withDisplayName(displayName: String): Response.this.type
    Definition Classes
    Message
  53. def withDocumentation(documentation: CreativeWork): Response.this.type
    Definition Classes
    Message
  54. def withExamples(examples: ClientList[Example]): Response.this.type
    Definition Classes
    Message
  55. def withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Response.this.type
    Definition Classes
    DomainElement
  56. def withHeader(name: String): Parameter

    Adds one Parameter to the headers property of this Response]and returns it for population.

    Adds one Parameter to the headers property of this Response]and returns it for population. Name property of the parameter is required.

  57. def withHeaderExamples(examples: ClientList[Example]): Response.this.type
    Definition Classes
    Message
  58. def withHeaderSchema(schema: NodeShape): Response.this.type
    Definition Classes
    Message
  59. def withHeaders(headers: ClientList[Parameter]): Response.this.type

    Set headers property of this Response]

  60. def withId(id: String): Response.this.type
    Definition Classes
    DomainElement
  61. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  62. def withLinkLabel(label: String): Response.this.type
    Definition Classes
    Linkable
  63. def withLinkTarget(target: DomainElement with Linkable): Response.this.type
    Definition Classes
    Linkable
  64. def withLinks(links: ClientList[TemplatedLink]): Response.this.type
  65. def withName(name: String): Response.this.type

    Set name property of this Response.

    Set name property of this Response.

    Definition Classes
    Message → NamedDomainElement
  66. def withPayload(mediaType: String): Payload

    Adds one Payload]to the payloads property of this Response]with the given media type and returns it for population.

  67. def withPayload(): Payload
    Definition Classes
    Message
  68. def withPayload(mediaType: ClientOption[String]): Payload
    Definition Classes
    Message
  69. def withPayloads(payloads: ClientList[Payload]): Response.this.type
    Definition Classes
    Message
  70. def withStatusCode(statusCode: String): Response.this.type

    Set statusCode property of this Response]

  71. def withSummary(summary: String): Response.this.type
    Definition Classes
    Message
  72. def withTags(tags: ClientList[Tag]): Response.this.type
    Definition Classes
    Message
  73. def withTitle(title: String): Response.this.type
    Definition Classes
    Message

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Message

Inherited from Linkable

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from NamedDomainElement

Inherited from AnyRef

Inherited from Any

Ungrouped