Interface PagedResponse<T>

    • Method Detail

      • getValue

        default List<T> getValue()
        Returns the items in the page.
        Specified by:
        getValue in interface Response<T>
        Returns:
        The items in the page.