Class Page.RouteOptions

  • Enclosing interface:
    Page

    public static class Page.RouteOptions
    extends Object
    • Field Detail

      • times

        public Integer times
        How often a route should be used. By default it will be used every time.
    • Constructor Detail

      • RouteOptions

        public RouteOptions()
    • Method Detail

      • setTimes

        public Page.RouteOptions setTimes​(int times)
        How often a route should be used. By default it will be used every time.