Packages

package quiz

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait KnowledgeQuizResults extends ThriftStruct with Product2[Seq[Int], Long] with ValidatingThriftStruct[KnowledgeQuizResults] with Serializable

    Prefer the companion object's ophan.thrift.quiz.KnowledgeQuizResults.apply for construction if you don't need to specify passthrough fields.

  2. trait PersonalityQuizResults extends ThriftStruct with Product2[Seq[Int], Long] with ValidatingThriftStruct[PersonalityQuizResults] with Serializable

    Prefer the companion object's ophan.thrift.quiz.PersonalityQuizResults.apply for construction if you don't need to specify passthrough fields.

  3. trait QuizEvent extends ThriftStruct with Product5[String, Long, Option[QuizProgressUpdate], Option[KnowledgeQuizResults], Option[PersonalityQuizResults]] with ValidatingThriftStruct[QuizEvent] with Serializable

    Prefer the companion object's ophan.thrift.quiz.QuizEvent.apply for construction if you don't need to specify passthrough fields.

  4. trait QuizProgressUpdate extends ThriftStruct with Product2[Long, Long] with ValidatingThriftStruct[QuizProgressUpdate] with Serializable

    Prefer the companion object's ophan.thrift.quiz.QuizProgressUpdate.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object KnowledgeQuizResults extends ValidatingThriftStructCodec3[KnowledgeQuizResults] with Serializable
  2. object PersonalityQuizResults extends ValidatingThriftStructCodec3[PersonalityQuizResults] with Serializable
  3. object QuizEvent extends ValidatingThriftStructCodec3[QuizEvent] with Serializable
  4. object QuizProgressUpdate extends ValidatingThriftStructCodec3[QuizProgressUpdate] with Serializable

Ungrouped