Class CommentPage

    • Constructor Detail

      • CommentPage

        public CommentPage()
    • Method Detail

      • create

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