Uses of Class
com.kaltura.client.enums.QuizOutputType
-
Packages that use QuizOutputType Package Description com.kaltura.client.enums com.kaltura.client.services -
-
Uses of QuizOutputType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return QuizOutputType Modifier and Type Method Description static QuizOutputTypeQuizOutputType. get(Integer value)static QuizOutputTypeQuizOutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static QuizOutputType[]QuizOutputType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QuizOutputType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type QuizOutputType Modifier and Type Method Description static QuizService.GetUrlQuizBuilderQuizService. getUrl(String entryId, QuizOutputType quizOutputType)sends a with an api request for pdf from quiz objectstatic QuizService.ServeQuizBuilderQuizService. serve(String entryId, QuizOutputType quizOutputType)creates a pdf from quiz object The Output type defines the file format in which the quiz will be generated Currently only PDF files are supportedConstructors in com.kaltura.client.services with parameters of type QuizOutputType Constructor Description GetUrlQuizBuilder(String entryId, QuizOutputType quizOutputType)ServeQuizBuilder(String entryId, QuizOutputType quizOutputType)
-