Uses of Class
io.dialob.executor.command.ImmutableGotoPage
-
Packages that use ImmutableGotoPage Package Description io.dialob.executor.command -
-
Uses of ImmutableGotoPage in io.dialob.executor.command
Methods in io.dialob.executor.command that return ImmutableGotoPage Modifier and Type Method Description ImmutableGotoPageImmutableGotoPage.Builder. build()Builds a newImmutableGotoPage.static ImmutableGotoPageImmutableGotoPage. copyOf(GotoPage instance)Creates an immutable copy of aGotoPagevalue.static ImmutableGotoPageImmutableGotoPage. of(ItemId page, Iterable<? extends Trigger<ItemState>> triggers)Construct a new immutableGotoPageinstance.static ImmutableGotoPageImmutableGotoPage. of(ItemId page, List<Trigger<ItemState>> triggers)Construct a new immutableGotoPageinstance.ImmutableGotoPageImmutableGotoPage. withPage(ItemId value)Copy the current immutable object by setting a value for thepageattribute.ImmutableGotoPageImmutableGotoPage. withTargetId(ItemId value)Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableGotoPageImmutableGotoPage. withTriggers(Trigger<ItemState>... elements)Copy the current immutable object with elements that replace the content oftriggers.ImmutableGotoPageImmutableGotoPage. withTriggers(Iterable<? extends Trigger<ItemState>> elements)Copy the current immutable object with elements that replace the content oftriggers.
-