Class UserPage

    • Constructor Detail

      • UserPage

        public UserPage()
    • Method Detail

      • create

        public static UserPage create​(int start,
                                      int limit,
                                      int size,
                                      int nextPageStart,
                                      boolean isLastPage,
                                      @Nullable
                                      List<User> values,
                                      @Nullable
                                      List<Error> errors)