Uses of Class
io.dialob.executor.command.ImmutableNextPage
-
Packages that use ImmutableNextPage Package Description io.dialob.executor.command -
-
Uses of ImmutableNextPage in io.dialob.executor.command
Methods in io.dialob.executor.command that return ImmutableNextPage Modifier and Type Method Description ImmutableNextPageImmutableNextPage.Builder. build()Builds a newImmutableNextPage.static ImmutableNextPageImmutableNextPage. copyOf(NextPage instance)Creates an immutable copy of aNextPagevalue.static ImmutableNextPageImmutableNextPage. of(Iterable<? extends Trigger<ItemState>> triggers)Construct a new immutableNextPageinstance.static ImmutableNextPageImmutableNextPage. of(List<Trigger<ItemState>> triggers)Construct a new immutableNextPageinstance.ImmutableNextPageImmutableNextPage. withTargetId(ItemId value)Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableNextPageImmutableNextPage. withTriggers(Trigger<ItemState>... elements)Copy the current immutable object with elements that replace the content oftriggers.ImmutableNextPageImmutableNextPage. withTriggers(Iterable<? extends Trigger<ItemState>> elements)Copy the current immutable object with elements that replace the content oftriggers.
-