Package

com.gu.story.model

v1

Permalink

package v1

Visibility
  1. Public
  2. All

Type Members

  1. trait Content extends ThriftStruct with Product2[String, ContentType] with HasThriftStructCodec3[Content] with Serializable

    Permalink

    Prefer the companion object's com.gu.story.model.v1.Content.apply for construction if you don't need to specify passthrough fields.

  2. sealed trait ContentType extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()
  3. trait Event extends ThriftStruct with Product2[EventType, Story] with HasThriftStructCodec3[Event] with Serializable

    Permalink

    Prefer the companion object's com.gu.story.model.v1.Event.apply for construction if you don't need to specify passthrough fields.

  4. sealed trait EventType extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()
  5. trait Story extends ThriftStruct with Product5[String, String, String, Seq[StoryEvent], Seq[Atom]] with HasThriftStructCodec3[Story] with Serializable

    Permalink

    Prefer the companion object's com.gu.story.model.v1.Story.apply for construction if you don't need to specify passthrough fields.

  6. trait StoryEvent extends ThriftStruct with Product4[String, String, String, Seq[Content]] with HasThriftStructCodec3[StoryEvent] with Serializable

    Permalink

    Prefer the companion object's com.gu.story.model.v1.StoryEvent.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object Content extends ThriftStructCodec3[Content] with Serializable

    Permalink
  2. object ContentType extends Product with Serializable

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

    Permalink
  4. object EventType extends Product with Serializable

    Permalink
    Annotations
    @Generated()
  5. object Story extends ThriftStructCodec3[Story] with Serializable

    Permalink
  6. object StoryEvent extends ThriftStructCodec3[StoryEvent] with Serializable

    Permalink

Ungrouped