Companion

object Companion

Functions

checkQuestions
Link copied to clipboard
fun checkQuestions(questions: Array<PutQuestionDto>, questionRepository: QuestionRepository)
deleteQuestions
Link copied to clipboard
fun PipelineContext<Unit, ApplicationCall>.deleteQuestions(questionsToDelete: List<Long>, questionRepository: QuestionRepository)
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
updateQuestions
Link copied to clipboard
fun PipelineContext<Unit, ApplicationCall>.updateQuestions(questions: Array<PutQuestionDto>, questionRepository: QuestionRepository)

Properties

ENDPOINT_PATH
Link copied to clipboard
const val ENDPOINT_PATH: String