Class QuestionListEntry.Builder<T>
java.lang.Object
eu.cloudnetservice.node.impl.console.animation.setup.answer.QuestionListEntry.Builder<T>
- Enclosing class:
QuestionListEntry<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanswerType(@NonNull QuestionAnswerType<T> type) build()translatedQuestion(@NonNull String questionTranslationKey, @NonNull Object... args)
-
Field Details
-
key
-
question
-
answerType
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
-
translatedQuestion
-
question
-
answerType
@NonNull public @NonNull QuestionListEntry.Builder<T> answerType(@NonNull QuestionAnswerType.Builder<T> type) -
answerType
@NonNull public @NonNull QuestionListEntry.Builder<T> answerType(@NonNull @NonNull QuestionAnswerType<T> type) -
build
-