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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAllResultsQuery
public static final SimpleRestPageRequest ALL_RESULTS_REQUEST
public int getStart()
getStart
in interface RestPageRequest
public int getLimit()
getLimit
in interface RestPageRequest
Copyright © 2020 Atlassian. All rights reserved.