|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.sdk.PageParameters
public final class PageParameters
This class represents the pagination parameters in a SCIM request.
| Constructor Summary | |
|---|---|
PageParameters(long startIndex,
int count)
Create a new instance of pagination parameters. |
|
| Method Summary | |
|---|---|
int |
getCount()
Retrieve the maximum number of resources to return in a single page, or zero if the server should choose how many to return. |
long |
getStartIndex()
Retrieve the offset of the first resource to be returned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageParameters(long startIndex,
int count)
startIndex - The offset of the first resource to be returned.count - The maximum number of resources to return in a single
page, or zero if the server should choose how many to
return.| Method Detail |
|---|
public long getStartIndex()
public int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||