Class ApiList<T>

  • Type Parameters:
    T - item type
    Direct Known Subclasses:
    ApiPage, DriveAppsList

    public abstract class ApiList<T>
    extends Object
    API Query list result.
    Author:
    Gabriel Axel
    • Constructor Detail

      • ApiList

        protected ApiList()
      • ApiList

        protected ApiList​(List<T> items)
    • Method Detail

      • getItems

        public List<T> getItems()
      • getEtag

        public String getEtag()