Packages

package operations

Type Members

  1. abstract class AbstractOperation extends DomainElement with NamedDomainElement with PlatformSecrets
    Annotations
    @JSExportAll()
  2. abstract class AbstractParameter extends DomainElement with NamedDomainElement with PlatformSecrets
    Annotations
    @JSExportAll()
  3. abstract class AbstractPayload extends DomainElement with NamedDomainElement with PlatformSecrets with Linkable
    Annotations
    @JSExportAll()
  4. trait AbstractRequest extends DomainElement with NamedDomainElement with PlatformSecrets
    Annotations
    @JSExportAll()
  5. trait AbstractResponse extends DomainElement with NamedDomainElement with PlatformSecrets
    Annotations
    @JSExportAll()
  6. case class ShapeOperation(_internal: scala.model.domain.operations.ShapeOperation) extends AbstractOperation with Product with Serializable
    Annotations
    @JSExportAll()
  7. case class ShapeParameter(_internal: scala.model.domain.operations.ShapeParameter) extends AbstractParameter with Product with Serializable
    Annotations
    @JSExportAll()
  8. case class ShapePayload(_internal: scala.model.domain.operations.ShapePayload) extends AbstractPayload with Product with Serializable
    Annotations
    @JSExportAll()
  9. case class ShapeRequest(_internal: scala.model.domain.operations.ShapeRequest) extends AbstractRequest with Product with Serializable
    Annotations
    @JSExportAll()
  10. case class ShapeResponse(_internal: scala.model.domain.operations.ShapeResponse) extends AbstractResponse with Product with Serializable
    Annotations
    @JSExportAll()

Ungrouped