public final class SimplePagingQuery extends PagingQuery<java.lang.Void>
Modifier and Type | Method and Description |
---|---|
SimplePagingQuery |
next(java.lang.String nextCursor)
Set next cursor.
|
static SimplePagingQuery |
simple(int limit) |
getLimit, getNext, getQuery, withLimit
public static SimplePagingQuery simple(int limit)
public SimplePagingQuery next(java.lang.String nextCursor)
PagingQuery
next
in class PagingQuery<java.lang.Void>
nextCursor
- Value from previous PagingResult
.(c) Copyright GetSocial BV, 2020. All Rights Reserved.