Builder

open class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun build(): SurveyAnswer
Link copied to clipboard
@NonNull
open fun id(id: Int): SurveyAnswer.Builder
Link copied to clipboard
@NonNull
open fun nextQuestionIndex(@Nullable nextQuestionIndex: Integer): SurveyAnswer.Builder
Link copied to clipboard
@NonNull
open fun text(@Nullable text: String): SurveyAnswer.Builder