public class PagingParameters extends Object implements Serializable
| Constructor and Description |
|---|
PagingParameters(Integer limit,
Integer offset,
Long since,
Long until)
Constructs a PagedListParameters.
|
PagingParameters(Integer limit,
Integer offset,
Long since,
Long until,
String after,
String before) |
public PagingParameters(Integer limit, Integer offset, Long since, Long until)
limit - The number of items to limit the list to.offset - The offset into the full result list to start this list at.since - The beginning timestamp bound for time-sensitive content (e.g., posts, comments, etc).until - The ending timestamp bound for time-sensitive content (e.g., posts, comments, etc).