public abstract class WebHookPage extends java.lang.Object implements Page<WebHook>, ErrorsHolder
Constructor and Description |
---|
WebHookPage() |
Modifier and Type | Method and Description |
---|---|
static WebHookPage |
create(int start,
int limit,
int size,
int nextPageStart,
boolean isLastPage,
java.util.List<WebHook> values,
java.util.List<Error> errors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isLastPage, limit, nextPageStart, size, start, values
errors
public static WebHookPage create(int start, int limit, int size, int nextPageStart, boolean isLastPage, @Nullable java.util.List<WebHook> values, @Nullable java.util.List<Error> errors)