Package

com.gu.draftcontentatom.thrift.atom

storyquestions

Permalink

package storyquestions

Visibility
  1. Public
  2. All

Type Members

  1. case class Question(questionId: Option[String] = None, questionText: Option[String] = None) extends Product with Serializable

    Permalink
  2. case class QuestionSet(questionSetId: Option[String] = None, questionSetTitle: Option[String] = None, questions: Option[Seq[Question]] = None) extends Product with Serializable

    Permalink
  3. sealed trait RelatedStoryLinkType extends AnyRef

    Permalink
  4. case class StoryQuestionsAtom(editorialQuestions: Option[Seq[QuestionSet]] = None, relatedStoryId: Option[String] = None, relatedStoryLinkType: Option[RelatedStoryLinkType] = None, title: Option[String] = None, userQuestions: Option[Seq[QuestionSet]] = None) extends Product with Serializable

    Permalink

Value Members

  1. object RelatedStoryLinkType

    Permalink

Ungrouped