package api
Type Members
-
abstract
class
Api[A] extends ApiFieldSetter[A] with DomainElement with NamedDomainElement
Api model class.
Api model class.
- Annotations
- @JSExportAll()
- trait ApiFieldSetter[T] extends AnyRef
-
case class
AsyncApi(_internal: scala.model.domain.api.AsyncApi) extends Api[AsyncApi] with Product with Serializable
- Annotations
- @JSExportAll()
-
case class
WebApi(_internal: scala.model.domain.api.WebApi) extends Api[WebApi] with Product with Serializable
- Annotations
- @JSExportAll()