public class SimpleRestPageRequest extends Object implements RestPageRequest
| Modifier and Type | Field and Description |
|---|---|
static SimpleRestPageRequest |
ALL_RESULTS_REQUEST |
ALL_RESULTS| Constructor and Description |
|---|
SimpleRestPageRequest(int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
int |
getStart() |
int |
limitPlusOne() |
PageParameters |
toPageParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAllResultsQuerypublic static final SimpleRestPageRequest ALL_RESULTS_REQUEST
public int getStart()
getStart in interface RestPageRequestpublic int getLimit()
getLimit in interface RestPageRequestpublic PageParameters toPageParameters()
toPageParameters in interface RestPageRequestpublic int limitPlusOne()
Copyright © 2023 Atlassian. All rights reserved.