Uses of Interface
io.dialob.executor.command.NextPage
-
Packages that use NextPage Package Description io.dialob.executor.command -
-
Uses of NextPage in io.dialob.executor.command
Classes in io.dialob.executor.command that implement NextPage Modifier and Type Class Description classImmutableNextPageImmutable implementation ofNextPage.Methods in io.dialob.executor.command that return NextPage Modifier and Type Method Description static NextPageCommandFactory. nextPage()Methods in io.dialob.executor.command with parameters of type NextPage Modifier and Type Method Description static ImmutableNextPageImmutableNextPage. copyOf(NextPage instance)Creates an immutable copy of aNextPagevalue.ImmutableNextPage.BuilderImmutableNextPage.Builder. from(NextPage instance)Fill a builder with attribute values from the providedio.dialob.executor.command.NextPageinstance.
-