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 ValidatingThriftStruct[Answer] with Serializable

    Permalink

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

  2. sealed trait AnswerType extends ThriftEnum with Serializable

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

    Permalink

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

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

    Permalink

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

  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 ValidatingThriftStruct[StoryQuestionsAtom] with Serializable

    Permalink

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

Value Members

  1. object Answer extends ValidatingThriftStructCodec3[Answer] with Serializable

    Permalink
  2. object AnswerType extends ThriftEnumObject[AnswerType] with Product with Serializable

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

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

    Permalink
  5. object RelatedStoryLinkType extends ThriftEnumObject[RelatedStoryLinkType] with Product with Serializable

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

    Permalink

Ungrouped