Packages

case class AsyncApi(fields: Fields, annotations: Annotations) extends Api with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Api, DocumentedElement, ServerContainer, SecuredElement, NamedDomainElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncApi
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Api
  7. DocumentedElement
  8. ServerContainer
  9. SecuredElement
  10. NamedDomainElement
  11. DomainElement
  12. CustomizableElement
  13. AmfObject
  14. AmfElement
  15. AnyRef
  16. 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 AsyncApi(fields: Fields, annotations: Annotations)

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 AsyncApi to any2stringadd[AsyncApi] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AsyncApi, B)
    Implicit
    This member is added by an implicit conversion from AsyncApi to ArrowAssoc[AsyncApi] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def accepts: Seq[StrField]
    Definition Classes
    Api
  7. def add(field: Field, value: AmfElement): AsyncApi.this.type
    Definition Classes
    AmfObject
  8. def add(other: Annotations): AsyncApi.this.type
    Definition Classes
    AmfElement
  9. def add(annotation: Annotation): AsyncApi.this.type
    Definition Classes
    AmfElement
  10. def adopted(parent: String, cycle: Seq[String]): AsyncApi.this.type
    Definition Classes
    AmfObject
  11. val annotations: Annotations
    Definition Classes
    AsyncApi → AmfElement
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  15. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    AsyncApiApi → AmfObject
  16. def contentType: Seq[StrField]
    Definition Classes
    Api
  17. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  18. def description: StrField
    Definition Classes
    Api
  19. def documentations: Seq[CreativeWork]
    Definition Classes
    Api → DocumentedElement
  20. def endPoints: Seq[EndPoint]
    Definition Classes
    Api
  21. def ensuring(cond: (AsyncApi) ⇒ Boolean, msg: ⇒ Any): AsyncApi
    Implicit
    This member is added by an implicit conversion from AsyncApi to Ensuring[AsyncApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (AsyncApi) ⇒ Boolean): AsyncApi
    Implicit
    This member is added by an implicit conversion from AsyncApi to Ensuring[AsyncApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): AsyncApi
    Implicit
    This member is added by an implicit conversion from AsyncApi to Ensuring[AsyncApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): AsyncApi
    Implicit
    This member is added by an implicit conversion from AsyncApi to Ensuring[AsyncApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  27. val fields: Fields
    Definition Classes
    AsyncApi → AmfObject
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AsyncApi to StringFormat[AsyncApi] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. lazy val graph: Graph
    Definition Classes
    DomainElement
  33. val id: String
    Definition Classes
    AmfObject
  34. def identifier: StrField
    Definition Classes
    Api
  35. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  38. def license: License
    Definition Classes
    Api
  39. def location(): Option[String]
    Definition Classes
    AmfElement
  40. def meta: AsyncApiModel.type
    Definition Classes
    AsyncApi → AmfObject
  41. def name: StrField
    Definition Classes
    NamedDomainElement
  42. def nameField: Field
    Definition Classes
    Api → NamedDomainElement
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  47. def provider: Organization
    Definition Classes
    Api
  48. def removeServers(): Unit
    Definition Classes
    ApiServerContainer
  49. def schemes: Seq[StrField]
    Definition Classes
    Api
  50. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  51. def servers: Seq[Server]
    Definition Classes
    ApiServerContainer
  52. def set(field: Field, value: AmfElement, annotations: Annotations): AsyncApi.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: AmfElement): AsyncApi.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, values: Seq[String]): AsyncApi.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: Float): AsyncApi.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Double): AsyncApi.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: Int): AsyncApi.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: Boolean): AsyncApi.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: String, annotations: Annotations): AsyncApi.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: String): AsyncApi.this.type
    Definition Classes
    AmfObject
  61. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): AsyncApi.this.type
    Definition Classes
    AmfObject
  62. def setArray(field: Field, values: Seq[AmfElement]): AsyncApi.this.type
    Definition Classes
    AmfObject
  63. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): AsyncApi.this.type
    Definition Classes
    AmfObject
  64. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): AsyncApi.this.type
    Definition Classes
    AmfObject
  65. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): AsyncApi.this.type
    Definition Classes
    AmfObject
  66. final def simpleAdoption(parent: String): AsyncApi.this.type
    Definition Classes
    AmfObject
  67. def sourceVendor: Option[Vendor]
    Definition Classes
    Api
  68. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  69. def tags: Seq[Tag]
    Definition Classes
    Api
  70. def termsOfService: StrField
    Definition Classes
    Api
  71. def version: StrField
    Definition Classes
    Api
  72. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  75. def withAccepts(accepts: Seq[String]): AsyncApi.this.type
    Definition Classes
    Api
  76. def withContentType(contentType: Seq[String]): AsyncApi.this.type
    Definition Classes
    Api
  77. def withCustomDomainProperties(extensions: Seq[DomainExtension]): AsyncApi.this.type
    Definition Classes
    DomainElement → CustomizableElement
  78. def withCustomDomainProperty(extensions: DomainExtension): AsyncApi.this.type
    Definition Classes
    DomainElement → CustomizableElement
  79. def withDefaultServer(url: String): Server
    Definition Classes
    Api
  80. def withDescription(description: String): AsyncApi.this.type
    Definition Classes
    Api
  81. def withDocumentationTitle(title: String): CreativeWork
    Definition Classes
    Api
  82. def withDocumentationUrl(url: String): CreativeWork
    Definition Classes
    Api
  83. def withDocumentations(documentations: Seq[CreativeWork]): AsyncApi.this.type
    Definition Classes
    Api
  84. def withEndPoint(path: String): EndPoint
    Definition Classes
    Api
  85. def withEndPoints(endPoints: Seq[EndPoint]): AsyncApi.this.type
    Definition Classes
    Api
  86. def withExtends(extend: Seq[DomainElement]): AsyncApi.this.type
    Definition Classes
    DomainElement
  87. def withId(value: String): AsyncApi.this.type
    Definition Classes
    AmfObject
  88. def withIdentifier(identifier: String): AsyncApi.this.type
    Definition Classes
    Api
  89. def withIsExternalLink(isReference: Boolean): AsyncApi.this.type
    Definition Classes
    DomainElement
  90. def withLicense(license: License): AsyncApi.this.type
    Definition Classes
    Api
  91. def withName(nameNode: ScalarNode): AsyncApi.this.type
    Definition Classes
    NamedDomainElement
  92. def withName(name: String, a: Annotations): AsyncApi.this.type
    Definition Classes
    NamedDomainElement
  93. def withName(node: YNode): AsyncApi.this.type
    Definition Classes
    NamedDomainElement
  94. def withProvider(provider: Organization): AsyncApi.this.type
    Definition Classes
    Api
  95. def withSchemes(schemes: Seq[String]): AsyncApi.this.type
    Definition Classes
    Api
  96. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  97. def withSecurity(security: Seq[SecurityRequirement]): AsyncApi.this.type
    Definition Classes
    SecuredElement
  98. def withServer(url: String): Server
    Definition Classes
    Api
  99. def withServers(servers: Seq[Server]): AsyncApi.this.type
    Definition Classes
    ApiServerContainer
  100. def withSynthesizeName(name: String): AsyncApi.this.type
    Definition Classes
    NamedDomainElement
  101. def withTags(tags: Seq[Tag]): AsyncApi.this.type
    Definition Classes
    Api
  102. def withTermsOfService(terms: String): AsyncApi.this.type
    Definition Classes
    Api
  103. def withVersion(version: String): AsyncApi.this.type
    Definition Classes
    Api
  104. def [B](y: B): (AsyncApi, B)
    Implicit
    This member is added by an implicit conversion from AsyncApi to ArrowAssoc[AsyncApi] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Api

Inherited from DocumentedElement

Inherited from ServerContainer

Inherited from SecuredElement

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped