Class BranchPage

    • Constructor Summary

      Constructors 
      Constructor Description
      BranchPage()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BranchPage create​(int start, int limit, int size, int nextPageStart, boolean isLastPage, java.util.List<Branch> values, 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

      • BranchPage

        public BranchPage()
    • Method Detail

      • create

        public static BranchPage create​(int start,
                                        int limit,
                                        int size,
                                        int nextPageStart,
                                        boolean isLastPage,
                                        @Nullable
                                        java.util.List<Branch> values,
                                        @Nullable
                                        java.util.List<Error> errors)