Package

com.gu.contentatom.thrift.atom

storyquestions

Permalink

package storyquestions

Visibility
  1. Public
  2. All

Type Members

  1. trait Answer extends ThriftStruct with Product2[String, AnswerType] with HasThriftStructCodec3[Answer] with Serializable

    Permalink
  2. sealed trait AnswerType extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()
  3. trait Question extends ThriftStruct with Product3[String, String, Seq[Answer]] with HasThriftStructCodec3[Question] with Serializable

    Permalink
  4. trait QuestionSet extends ThriftStruct with Product3[String, String, Seq[Question]] with HasThriftStructCodec3[QuestionSet] with Serializable

    Permalink
  5. sealed trait RelatedStoryLinkType extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()
  6. trait StoryQuestionsAtom extends ThriftStruct with Product7[String, RelatedStoryLinkType, String, Option[Seq[QuestionSet]], Option[Seq[QuestionSet]], Option[NotificationProviders], Option[Long]] with HasThriftStructCodec3[StoryQuestionsAtom] with Serializable

    Permalink

Value Members

  1. object Answer extends ThriftStructCodec3[Answer] with Serializable

    Permalink
  2. object AnswerType extends Product with Serializable

    Permalink
    Annotations
    @Generated()
  3. object Question extends ThriftStructCodec3[Question] with Serializable

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

    Permalink
  5. object RelatedStoryLinkType extends Product with Serializable

    Permalink
    Annotations
    @Generated()
  6. object StoryQuestionsAtom extends ThriftStructCodec3[StoryQuestionsAtom] with Serializable

    Permalink

Ungrouped