-
public final class NavigateToHistoryEntryRequestRequest object containing input parameters for the PageDomain.navigateToHistoryEntry command.
-
-
Constructor Summary
Constructors Constructor Description NavigateToHistoryEntryRequest(Integer entryId)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final NavigateToHistoryEntryRequestcopy(Integer entryId)final IntegergetEntryId()Unique id of the entry to navigate to. -
-
Constructor Detail
-
NavigateToHistoryEntryRequest
NavigateToHistoryEntryRequest(Integer entryId)
-
-
Method Detail
-
component1
final Integer component1()
-
copy
final NavigateToHistoryEntryRequest copy(Integer entryId)
-
getEntryId
final Integer getEntryId()
Unique id of the entry to navigate to.
-
-
-
-