Interface PageableObjectCollection

    • Method Detail

      • getElements

        java.util.List<TypedObject> getElements​(int offset,
                                                int count)
        Returns list of elements starting from the offset. Size is limited to count.
        Parameters:
        offset - starting index
        count - maximum count of elements to be fetched
        Returns:
        list of elements according to given offset and count