Class SimplePagingQuery


  • public final class SimplePagingQuery
    extends PagingQuery<java.lang.Void>
    • Method Detail

      • next

        public SimplePagingQuery next​(java.lang.String nextCursor)
        Description copied from class: PagingQuery
        Set next cursor. You should save it from the previous response and pass to the new query.
        Overrides:
        next in class PagingQuery<java.lang.Void>
        Parameters:
        nextCursor - Value from previous PagingResult.
        Returns:
        same instance.