Class PaginatedResponse<T>

  • Type Parameters:
    T - response entity type

    public class PaginatedResponse<T>
    extends java.lang.Object
    This class represents collection of requested entities.

    If count of requested entities more than specified in request limit, then nextCursor would not be null. This cursor must be specified in the request if it is necessary to obtain the next piece of data.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PaginatedResponse

        public PaginatedResponse()