facebook4j
Interface PagableList<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>
All Known Subinterfaces:
InboxResponseList<T>, ResponseList<T>

public interface PagableList<T>
extends List<T>

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 Integer getCount()
           
 Paging<T> getPaging()
           
 Summary getSummary()
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getCount

Integer getCount()

getPaging

Paging<T> getPaging()

getSummary

Summary getSummary()


Copyright © 2019. All rights reserved.