Interface PagingLoadResult<Data>

    • Method Detail

      • getOffset

        int getOffset()
        Returns the current offset of the results.
        Returns:
        the offset
      • getTotalLength

        int getTotalLength()
        Returns the total count. This value will not equal the number of records being returned when paging is used.
        Returns:
        the total count
      • setOffset

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

        void setTotalLength​(int totalLength)
        Sets the total length.
        Parameters:
        totalLength - the total length