Packages

case class Response(_internal: scala.model.domain.Response) extends Message with AbstractResponse with Product with Serializable

Response model class.

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

Instance Constructors

  1. new Response()
    Annotations
    @JSExportTopLevel( "Response" )
  2. new Response(_internal: scala.model.domain.Response)

Type Members

  1. type PayloadType = Payload
    Definition Classes
    Response → AbstractResponse

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Response to any2stringadd[Response] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Response, B)
    Implicit
    This member is added by an implicit conversion from Response to ArrowAssoc[Response] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def bindings: MessageBindings
    Definition Classes
    Message
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. def correlationId: CorrelationId
    Definition Classes
    Message
  11. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  12. def description: StrField
    Definition Classes
    Message
  13. def displayName: StrField
    Definition Classes
    Message
  14. def documentation: CreativeWork
    Definition Classes
    Message
  15. def ensuring(cond: (Response) ⇒ Boolean, msg: ⇒ Any): Response
    Implicit
    This member is added by an implicit conversion from Response to Ensuring[Response] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Response) ⇒ Boolean): Response
    Implicit
    This member is added by an implicit conversion from Response to Ensuring[Response] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): Response
    Implicit
    This member is added by an implicit conversion from Response to Ensuring[Response] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Response
    Implicit
    This member is added by an implicit conversion from Response to Ensuring[Response] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def examples: ClientList[Example]
    Definition Classes
    Message
  21. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def graph(): Graph
    Definition Classes
    DomainElement
  24. def headerExamples: ClientList[Example]
    Definition Classes
    Message
  25. def headerSchema: NodeShape
    Definition Classes
    Message
  26. def headers: ClientList[Parameter]
  27. def id: String
    Definition Classes
    DomainElement
  28. def isAbstract: BoolField
    Definition Classes
    Message
  29. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isLink: Boolean
    Definition Classes
    Linkable
  32. def link[T](label: String): T
    Definition Classes
    Linkable
  33. def link[T](): T
    Definition Classes
    Linkable
  34. def linkCopy(): Response
    Definition Classes
    ResponseMessage → Linkable
  35. def linkLabel: StrField
    Definition Classes
    Linkable
  36. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  37. def links: ClientList[TemplatedLink]
  38. def messageId: StrField
    Definition Classes
    Message
  39. def name: StrField
    Definition Classes
    AbstractResponse → NamedAmfObject
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  43. def payload: Payload
    Definition Classes
    Response → AbstractResponse
  44. def payloads: ClientList[Payload]
    Definition Classes
    Message
  45. val platform: Platform
    Definition Classes
    PlatformSecrets
  46. def position: PositionRange
    Definition Classes
    DomainElement
  47. def refDescription: StrField
    Definition Classes
    Linkable
  48. def refSummary: StrField
    Definition Classes
    Linkable
  49. def statusCode: StrField
  50. def summary: StrField
    Definition Classes
    Message
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def tags: ClientList[Tag]
    Definition Classes
    Message
  53. def title: StrField
    Definition Classes
    Message
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def withAbstract(isAbstract: Boolean): Response.this.type
    Definition Classes
    Message
  58. def withBindings(bindings: MessageBindings): Response.this.type
    Definition Classes
    Message
  59. def withCorrelationId(correlationId: CorrelationId): Response.this.type
    Definition Classes
    Message
  60. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): Response.this.type
    Definition Classes
    DomainElement → CustomizableElement
  61. def withDescription(description: String): Response.this.type
    Definition Classes
    Message
  62. def withDisplayName(displayName: String): Response.this.type
    Definition Classes
    Message
  63. def withDocumentation(documentation: CreativeWork): Response.this.type
    Definition Classes
    Message
  64. def withExamples(examples: ClientList[Example]): Response.this.type
    Definition Classes
    Message
  65. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): Response.this.type
    Definition Classes
    DomainElement
  66. 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.

  67. def withHeaderExamples(examples: ClientList[Example]): Response.this.type
    Definition Classes
    Message
  68. def withHeaderSchema(schema: NodeShape): Response.this.type
    Definition Classes
    Message
  69. def withHeaders(headers: ClientList[Parameter]): Response.this.type

    Set headers property of this Response]

  70. def withId(id: String): Response.this.type
    Definition Classes
    DomainElement
  71. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  72. def withLinkLabel(label: String): Response.this.type
    Definition Classes
    Linkable
  73. def withLinkTarget(target: DomainElement with Linkable): Response.this.type
    Definition Classes
    Linkable
  74. def withLinks(links: ClientList[TemplatedLink]): Response.this.type
  75. def withMessageId(messageId: String): Response.this.type
    Definition Classes
    Message
  76. def withName(name: String): Response.this.type
    Definition Classes
    AbstractResponse → NamedAmfObject
  77. def withPayload(payload: PayloadType): Response.this.type
    Definition Classes
    Response → AbstractResponse
  78. def withPayload(): Payload
    Definition Classes
    Message
  79. def withPayload(mediaType: String): Payload
    Definition Classes
    Message
  80. def withPayload(mediaType: ClientOption[String]): Payload
    Definition Classes
    Message
  81. def withPayloads(payloads: ClientList[Payload]): Response.this.type
    Definition Classes
    Message
  82. def withRefDescription(refDescription: String): Response.this.type
    Definition Classes
    Linkable
  83. def withRefSummary(refSummary: String): Response.this.type
    Definition Classes
    Linkable
  84. def withStatusCode(statusCode: String): Response.this.type

    Set statusCode property of this Response]

  85. def withSummary(summary: String): Response.this.type
    Definition Classes
    Message
  86. def withTags(tags: ClientList[Tag]): Response.this.type
    Definition Classes
    Message
  87. def withTitle(title: String): Response.this.type
    Definition Classes
    Message
  88. def [B](y: B): (Response, B)
    Implicit
    This member is added by an implicit conversion from Response to ArrowAssoc[Response] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Response to StringFormat[Response] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractResponse

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 NamedAmfObject

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Response to any2stringadd[Response]

Inherited by implicit conversion StringFormat from Response to StringFormat[Response]

Inherited by implicit conversion Ensuring from Response to Ensuring[Response]

Inherited by implicit conversion ArrowAssoc from Response to ArrowAssoc[Response]

Ungrouped