Package

com.gu.contentatom.thrift.atom

review

Permalink

package review

Visibility
  1. Public
  2. All

Type Members

  1. trait Rating extends ThriftStruct with Product3[Short, Short, Short] with ValidatingThriftStruct[Rating] with Serializable

    Permalink

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

  2. trait ReviewAtom extends ThriftStruct with Product10[ReviewType, String, Rating, String, String, Option[Restaurant], Option[Game], Option[Film], Option[String], Option[Seq[Image]]] with ValidatingThriftStruct[ReviewAtom] with Serializable

    Permalink

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

  3. sealed trait ReviewType extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()

Value Members

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

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

    Permalink
  3. object ReviewType extends ThriftEnumObject[ReviewType] with Serializable

    Permalink
    Annotations
    @Generated()

Ungrouped