package operations
Type Members
-
abstract
class
AbstractOperation extends DomainElement with NamedDomainElement with PlatformSecrets
- Annotations
- @JSExportAll()
-
abstract
class
AbstractParameter extends DomainElement with NamedDomainElement with PlatformSecrets
- Annotations
- @JSExportAll()
-
abstract
class
AbstractPayload extends DomainElement with NamedDomainElement with PlatformSecrets with Linkable
- Annotations
- @JSExportAll()
-
trait
AbstractRequest extends DomainElement with NamedDomainElement with PlatformSecrets
- Annotations
- @JSExportAll()
-
trait
AbstractResponse extends DomainElement with NamedDomainElement with PlatformSecrets
- Annotations
- @JSExportAll()
-
case class
ShapeOperation(_internal: scala.model.domain.operations.ShapeOperation) extends AbstractOperation with Product with Serializable
- Annotations
- @JSExportAll()
-
case class
ShapeParameter(_internal: scala.model.domain.operations.ShapeParameter) extends AbstractParameter with Product with Serializable
- Annotations
- @JSExportAll()
-
case class
ShapePayload(_internal: scala.model.domain.operations.ShapePayload) extends AbstractPayload with Product with Serializable
- Annotations
- @JSExportAll()
-
case class
ShapeRequest(_internal: scala.model.domain.operations.ShapeRequest) extends AbstractRequest with Product with Serializable
- Annotations
- @JSExportAll()
-
case class
ShapeResponse(_internal: scala.model.domain.operations.ShapeResponse) extends AbstractResponse with Product with Serializable
- Annotations
- @JSExportAll()