Package

com.gu.contentatom.thrift.atom

review

Permalink

package review

Visibility
  1. Public
  2. All

Type Members

  1. trait Address extends ThriftStruct with Product10[Option[String], Option[Short], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String], Option[String]] with Serializable

    Permalink
  2. trait Geolocation extends ThriftStruct with Product2[Double, Double] with Serializable

    Permalink
  3. trait Rating extends ThriftStruct with Product3[Short, Short, Short] with Serializable

    Permalink
  4. trait RestaurantReview extends ThriftStruct with Product5[String, Option[String], Option[String], Option[Address], Option[Geolocation]] with Serializable

    Permalink
  5. trait ReviewAtom extends ThriftStruct with Product5[ReviewType, String, Option[Rating], Option[String], Option[RestaurantReview]] with Serializable

    Permalink
  6. sealed trait ReviewType extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()

Value Members

  1. object Address extends ThriftStructCodec3[Address] with Serializable

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

    Permalink
  3. object Rating extends ThriftStructCodec3[Rating] with Serializable

    Permalink
  4. object RestaurantReview extends ThriftStructCodec3[RestaurantReview] with Serializable

    Permalink
  5. object ReviewAtom extends ThriftStructCodec3[ReviewAtom] with Serializable

    Permalink
  6. object ReviewType extends Product with Serializable

    Permalink
    Annotations
    @Generated()

Ungrouped