Class ChangePage

    • Constructor Detail

      • ChangePage

        public ChangePage()
    • Method Detail

      • create

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