Package

com.gu.contentatom.thrift.atom

timeline

Permalink

package timeline

Visibility
  1. Public
  2. All

Type Members

  1. trait TimelineAtom extends ThriftStruct with Product2[Option[String], Seq[TimelineItem]] with HasThriftStructCodec3[TimelineAtom] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.timeline.TimelineAtom.apply for construction if you don't need to specify passthrough fields.

  2. trait TimelineItem extends ThriftStruct with Product4[String, Long, Option[String], Option[Seq[Entity]]] with HasThriftStructCodec3[TimelineItem] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.timeline.TimelineItem.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object TimelineAtom extends ThriftStructCodec3[TimelineAtom] with Serializable

    Permalink
  2. object TimelineItem extends ThriftStructCodec3[TimelineItem] with Serializable

    Permalink

Ungrouped