Packages

package api

Type Members

  1. abstract class Api[A] extends ApiFieldSetter[A] with DomainElement with NamedDomainElement

    Api model class.

    Api model class.

    Annotations
    @JSExportAll()
  2. trait ApiFieldSetter[T] extends AnyRef
  3. case class AsyncApi(_internal: scala.model.domain.api.AsyncApi) extends Api[AsyncApi] with Product with Serializable
    Annotations
    @JSExportAll()
  4. case class WebApi(_internal: scala.model.domain.api.WebApi) extends Api[WebApi] with Product with Serializable
    Annotations
    @JSExportAll()

Ungrouped