Class HookPage

    • Constructor Summary

      Constructors 
      Constructor Description
      HookPage()  
    • Method Summary

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

      • HookPage

        public HookPage()
    • Method Detail

      • create

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