Class ItemArray<T>

  • Type Parameters:
    T - Contained object class

    public class ItemArray<T>
    extends Object
    Root wrapper used in API responses for list of items. Includes actual data in 'data' property and pagination info in 'pagination' property.
    • Constructor Detail

      • ItemArray

        public ItemArray()
      • ItemArray

        public ItemArray​(List<T> data)
      • ItemArray

        public ItemArray​(List<T> data,
                         long startIndex,
                         long endIndex,
                         long totalCount)