Class Page.GetNavigationHistoryResponse

  • Enclosing class:
    Page

    public static class Page.GetNavigationHistoryResponse
    extends java.lang.Object
    • Constructor Detail

      • GetNavigationHistoryResponse

        public GetNavigationHistoryResponse​(java.lang.Integer currentIndex,
                                            java.util.List<NavigationEntry> entries)
    • Method Detail

      • getCurrentIndex

        public java.lang.Integer getCurrentIndex()
        Index of the current navigation history entry.
      • getEntries

        public java.util.List<NavigationEntry> getEntries()
        Array of navigation history entries.