Uses of Class
io.dialob.session.engine.session.command.ImmutableSetAnswer
Packages that use ImmutableSetAnswer
-
Uses of ImmutableSetAnswer in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableSetAnswerModifier and TypeMethodDescriptionImmutableSetAnswer.Builder.build()Builds a newImmutableSetAnswer.static ImmutableSetAnswerCreates an immutable copy of aSetAnswervalue.static ImmutableSetAnswerImmutableSetAnswer.of(ItemId targetId, Object answer, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableSetAnswerinstance.static ImmutableSetAnswerConstruct a new immutableSetAnswerinstance.final ImmutableSetAnswerImmutableSetAnswer.withAnswer(Object value) Copy the current immutable object by setting a value for theanswerattribute.final ImmutableSetAnswerImmutableSetAnswer.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.final ImmutableSetAnswerImmutableSetAnswer.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.final ImmutableSetAnswerImmutableSetAnswer.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.