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