Class FilesPage

  • All Implemented Interfaces:
    ErrorsHolder, Page<java.lang.String>

    public abstract class FilesPage
    extends java.lang.Object
    implements Page<java.lang.String>, ErrorsHolder
    • Constructor Summary

      Constructors 
      Constructor Description
      FilesPage()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static FilesPage create​(int start, int limit, int size, int nextPageStart, boolean isLastPage, java.util.List<java.lang.String> lines, java.util.List<Error> errors)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.ErrorsHolder

        errors
    • Constructor Detail

      • FilesPage

        public FilesPage()
    • Method Detail

      • create

        public static FilesPage create​(int start,
                                       int limit,
                                       int size,
                                       int nextPageStart,
                                       boolean isLastPage,
                                       @Nullable
                                       java.util.List<java.lang.String> lines,
                                       @Nullable
                                       java.util.List<Error> errors)