Class WebHookPage
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.repository.WebHookPage
-
- All Implemented Interfaces:
ErrorsHolder,Page<WebHook>
public abstract class WebHookPage extends Object implements Page<WebHook>, ErrorsHolder
-
-
Constructor Summary
Constructors Constructor Description WebHookPage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WebHookPagecreate(int start, int limit, int size, int nextPageStart, boolean isLastPage, List<WebHook> values, 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
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.Page
isLastPage, limit, nextPageStart, size, start, values
-
-
-
-
Method Detail
-
create
public static WebHookPage create(int start, int limit, int size, int nextPageStart, boolean isLastPage, @Nullable List<WebHook> values, @Nullable List<Error> errors)
-
-