Uses of Interface
io.dialob.executor.command.GotoPage
-
Packages that use GotoPage Package Description io.dialob.executor.command -
-
Uses of GotoPage in io.dialob.executor.command
Classes in io.dialob.executor.command that implement GotoPage Modifier and Type Class Description classImmutableGotoPageImmutable implementation ofGotoPage.Methods in io.dialob.executor.command that return GotoPage Modifier and Type Method Description static GotoPageCommandFactory. gotoPage(ItemId page)Methods in io.dialob.executor.command with parameters of type GotoPage Modifier and Type Method Description static ImmutableGotoPageImmutableGotoPage. copyOf(GotoPage instance)Creates an immutable copy of aGotoPagevalue.ImmutableGotoPage.BuilderImmutableGotoPage.Builder. from(GotoPage instance)Fill a builder with attribute values from the providedio.dialob.executor.command.GotoPageinstance.
-