Class IncrementalListResponse

  • All Implemented Interfaces:
    Serializable, QueryResponse

    public class IncrementalListResponse
    extends ListResponse
    A QueryResponse that contains a sublist of the query result. Also contains extra information about the full list.
    Since:
    1.2
    See Also:
    Serialized Form
    • Field Detail

      • fullSize

        protected int fullSize
    • Constructor Detail

      • IncrementalListResponse

        public IncrementalListResponse​(List objectList,
                                       int fullSize)
    • Method Detail

      • getFullSize

        public int getFullSize()