Uses of Interface
io.dialob.executor.command.SetAnswer
-
Packages that use SetAnswer Package Description io.dialob.executor.command -
-
Uses of SetAnswer in io.dialob.executor.command
Classes in io.dialob.executor.command that implement SetAnswer Modifier and Type Class Description classImmutableSetAnswerImmutable implementation ofSetAnswer.Methods in io.dialob.executor.command that return SetAnswer Modifier and Type Method Description static SetAnswerCommandFactory. setAnswer(ItemId questionId, Object answer)Methods in io.dialob.executor.command with parameters of type SetAnswer Modifier and Type Method Description static ImmutableSetAnswerImmutableSetAnswer. copyOf(SetAnswer instance)Creates an immutable copy of aSetAnswervalue.ImmutableSetAnswer.BuilderImmutableSetAnswer.Builder. from(SetAnswer instance)Fill a builder with attribute values from the providedSetAnswerinstance.
-