Package

com.gu.contentatom.thrift.atom

guide

Permalink

package guide

Visibility
  1. Public
  2. All

Type Members

  1. trait GuideAtom extends ThriftStruct with Product3[Option[String], Option[Image], Seq[GuideItem]] with ValidatingThriftStruct[GuideAtom] with Serializable

    Permalink

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

  2. trait GuideItem extends ThriftStruct with Product3[Option[String], String, Option[Seq[Entity]]] with ValidatingThriftStruct[GuideItem] with Serializable

    Permalink

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

Value Members

  1. object GuideAtom extends ValidatingThriftStructCodec3[GuideAtom] with StructBuilderFactory[GuideAtom] with Serializable

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

    Permalink

Ungrouped