Package

com.gu.contentatom.thrift.atom

timeline

Permalink

package timeline

Visibility
  1. Public
  2. All

Type Members

  1. trait TimelineAtom extends ThriftStruct with Product3[Option[String], Seq[TimelineItem], Option[String]] with ValidatingThriftStruct[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 Product6[String, Long, Option[String], Option[Seq[Entity]], Option[String], Option[Long]] with ValidatingThriftStruct[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 ValidatingThriftStructCodec3[TimelineAtom] with StructBuilderFactory[TimelineAtom] with Serializable

    Permalink
  2. object TimelineItem extends ValidatingThriftStructCodec3[TimelineItem] with StructBuilderFactory[TimelineItem] with Serializable

    Permalink

Ungrouped