com.gu.contentatom

thrift

package thrift

Visibility
  1. Public
  2. All

Type Members

  1. trait Atom extends ThriftStruct with Product6[String, AtomType, Seq[String], String, AtomData, ContentChangeDetails] with Serializable

  2. sealed trait AtomData extends ThriftUnion with ThriftStruct

    Annotations
    @Generated()
  3. sealed trait AtomType extends ThriftEnum with Serializable

    Annotations
    @Generated()
  4. trait ChangeRecord extends ThriftStruct with Product2[Long, Option[User]] with Serializable

  5. trait ContentAtomEvent extends ThriftStruct with Product3[Atom, EventType, Long] with Serializable

  6. trait ContentChangeDetails extends ThriftStruct with Product4[Option[ChangeRecord], Option[ChangeRecord], Option[ChangeRecord], Long] with Serializable

  7. sealed trait EventType extends ThriftEnum with Serializable

    Annotations
    @Generated()
  8. trait User extends ThriftStruct with Product3[String, Option[String], Option[String]] with Serializable

Value Members

  1. object Atom extends ThriftStructCodec3[Atom] with Serializable

  2. object AtomData extends ThriftStructCodec3[AtomData]

    Annotations
    @Generated()
  3. object AtomDataAliases

  4. object AtomType extends Product with Serializable

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

  6. object ContentAtomEvent extends ThriftStructCodec3[ContentAtomEvent] with Serializable

  7. object ContentChangeDetails extends ThriftStructCodec3[ContentChangeDetails] with Serializable

  8. object EventType extends Product with Serializable

    Annotations
    @Generated()
  9. object User extends ThriftStructCodec3[User] with Serializable

  10. package atom

Ungrouped