| Package | Description |
|---|---|
| com.pkslow.ai.domain |
| Modifier and Type | Method and Description |
|---|---|
AnswerStatus |
Answer.status() |
static AnswerStatus |
AnswerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnswerStatus[] |
AnswerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Answer.AnswerBuilder |
Answer.AnswerBuilder.status(AnswerStatus status) |
| Constructor and Description |
|---|
Answer(AnswerStatus status,
String chosenAnswer,
List<String> draftAnswers) |
Copyright © 2023. All rights reserved.