Class LinePage

    • Constructor Detail

      • LinePage

        public LinePage()
    • Method Detail

      • blame

        @Nullable
        public abstract List<Blame> blame()
      • create

        public static LinePage create​(int start,
                                      int limit,
                                      int size,
                                      int nextPageStart,
                                      boolean isLastPage,
                                      @Nullable
                                      List<Line> lines,
                                      @Nullable
                                      List<Blame> blame,
                                      @Nullable
                                      List<Error> errors)