Interface PagingLoadConfig

    • Method Detail

      • setLimit

        void setLimit​(int limit)
        Sets the limit.
        Parameters:
        limit - the limit
      • setOffset

        void setOffset​(int offset)
        Sets the offset.
        Parameters:
        offset - the offset
      • getLimit

        int getLimit()
        The number of records being requested.
        Returns:
        the number of records
      • getOffset

        int getOffset()
        The offset for the first record to retrieve.
        Returns:
        the offset of the first record