com.gu.storypackage.model

v1

package v1

Visibility
  1. Public
  2. All

Type Members

  1. trait Article extends ThriftStruct with Product15[String, ArticleType, Option[String], Option[String], Option[String], Option[String], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[Boolean], Option[String], Option[String], Option[Boolean], Option[Boolean]] with Serializable

  2. sealed trait ArticleType extends ThriftEnum with Serializable

    Annotations
    @Generated()
  3. trait Event extends ThriftStruct with Product3[EventType, String, Seq[Article]] with Serializable

  4. sealed trait EventType extends ThriftEnum with Serializable

    Annotations
    @Generated()

Value Members

  1. object Article extends ThriftStructCodec3[Article] with Serializable

    this stucture represents articles and its overrides

  2. object ArticleType extends Product with Serializable

    Annotations
    @Generated()
  3. object Event extends ThriftStructCodec3[Event] with Serializable

  4. object EventType extends Product with Serializable

    Annotations
    @Generated()

Ungrouped