case class AsyncApi(_internal: plugins.domain.webapi.models.api.AsyncApi) extends Api[AsyncApi] with Product with Serializable

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

Instance Constructors

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

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 accepts: ClientList[StrField]
    Definition Classes
    Api
  5. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def contentType: ClientList[StrField]
    Definition Classes
    Api
  9. def customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement
  10. def description: StrField
    Definition Classes
    Api
  11. def documentations: ClientList[CreativeWork]
    Definition Classes
    Api
  12. def endPoints: ClientList[EndPoint]
    Definition Classes
    Api
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def graph(): Graph
    Definition Classes
    DomainElement
  18. def id: String
    Definition Classes
    DomainElement
  19. def identifier: StrField
    Definition Classes
    Api
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def license: License
    Definition Classes
    Api
  22. def name: StrField
    Definition Classes
    Api → NamedDomainElement
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val platform: Platform
    Definition Classes
    PlatformSecrets
  27. def position: Range
    Definition Classes
    DomainElement
  28. def provider: Organization
    Definition Classes
    Api
  29. def schemes: ClientList[StrField]
    Definition Classes
    Api
  30. def security: ClientList[SecurityRequirement]
    Definition Classes
    Api
  31. def servers: ClientList[Server]
    Definition Classes
    Api
  32. def sourceVendor: Option[Vendor]
    Definition Classes
    Api
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def termsOfService: StrField
    Definition Classes
    Api
  35. def version: StrField
    Definition Classes
    Api
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. def withAccepts(accepts: ClientList[String]): AsyncApi

    Set accepts property of this WebApi.

    Set accepts property of this WebApi.

    Definition Classes
    ApiFieldSetter
  40. def withContentType(contentType: ClientList[String]): AsyncApi

    Set contentType property of this WebApi.

    Set contentType property of this WebApi.

    Definition Classes
    ApiFieldSetter
  41. def withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): AsyncApi.this.type
    Definition Classes
    DomainElement
  42. def withDefaultServer(url: String): Server

    Adds one Server to the servers property of this WebApi and returns it for population.

    Adds one Server to the servers property of this WebApi and returns it for population. url property of the server is required. This method marks this Server as default. When generating this Server in RAML or OAS2, it will generate a 'baseUri', 'host' or 'basePath', instead of a 'servers' annotation.

    Definition Classes
    Api
  43. def withDescription(description: String): AsyncApi

    Set description property of this WebApi.

    Set description property of this WebApi.

    Definition Classes
    ApiFieldSetter
  44. def withDocumentation(documentations: ClientList[CreativeWork]): AsyncApi

    Set documentation property of this WebApi using a CreativeWork

    Set documentation property of this WebApi using a CreativeWork

    Definition Classes
    ApiFieldSetter
  45. def withDocumentationTitle(title: String): CreativeWork

    Adds one CreativeWork to the documentations property of this WebApi and returns it for population.

    Adds one CreativeWork to the documentations property of this WebApi and returns it for population. Path property of the CreativeWork is required.

    Definition Classes
    Api
  46. def withDocumentationUrl(url: String): CreativeWork

    Adds one CreativeWork to the documentations property of this WebApi and returns it for population.

    Adds one CreativeWork to the documentations property of this WebApi and returns it for population. Path property of the CreativeWork is required.

    Definition Classes
    Api
  47. def withEndPoint(path: String): EndPoint

    Adds one EndPoint to the endPoints property of this WebApi and returns it for population.

    Adds one EndPoint to the endPoints property of this WebApi and returns it for population. Path property of the endPoint is required.

    Definition Classes
    Api
  48. def withEndPoints(endPoints: ClientList[EndPoint]): AsyncApi

    Set endPoints property of this WebApi.

    Set endPoints property of this WebApi.

    Definition Classes
    ApiFieldSetter
  49. def withExtendsNode(extension: convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): AsyncApi.this.type
    Definition Classes
    DomainElement
  50. def withId(id: String): AsyncApi.this.type
    Definition Classes
    DomainElement
  51. def withIdentifier(identifier: String): AsyncApi

    Set identifier property of this WebApi.

    Set identifier property of this WebApi.

    Definition Classes
    ApiFieldSetter
  52. def withLicense(license: License): AsyncApi

    Set license property of this WebApi using a License

    Set license property of this WebApi using a License

    Definition Classes
    ApiFieldSetter
  53. def withName(name: String): AsyncApi.this.type
    Definition Classes
    AsyncApi → NamedDomainElement
  54. def withProvider(provider: Organization): AsyncApi

    Set provider property of this WebApi using a Organization

    Set provider property of this WebApi using a Organization

    Definition Classes
    ApiFieldSetter
  55. def withSchemes(schemes: ClientList[String]): AsyncApi

    Set schemes property of this WebApi.

    Set schemes property of this WebApi.

    Definition Classes
    ApiFieldSetter
  56. def withSecurity(security: ClientList[SecurityRequirement]): AsyncApi

    Set security property of this WebApi using a list of SecurityRequirement

    Set security property of this WebApi using a list of SecurityRequirement

    Definition Classes
    ApiFieldSetter
  57. def withServer(url: String): Server

    Adds one Server to the servers property of this WebApi and returns it for population.

    Adds one Server to the servers property of this WebApi and returns it for population. url property of the server is required.

    Definition Classes
    Api
  58. def withServers(servers: ClientList[Server]): AsyncApi

    Set servers property of this WebApi using a list of Server objects.

    Set servers property of this WebApi using a list of Server objects.

    Definition Classes
    ApiFieldSetter
  59. def withTermsOfService(terms: String): AsyncApi

    Set termsOfService property of this WebApi.

    Set termsOfService property of this WebApi.

    Definition Classes
    ApiFieldSetter
  60. def withVersion(version: String): AsyncApi

    Set version property of this WebApi.

    Set version property of this WebApi.

    Definition Classes
    ApiFieldSetter

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Api[AsyncApi]

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from ApiFieldSetter[AsyncApi]

Inherited from AnyRef

Inherited from Any

Ungrouped