facebook4j
Interface InboxResponseList<T>

All Superinterfaces:
java.util.Collection<T>, java.lang.Iterable<T>, java.util.List<T>, PagableList<T>, ResponseList<T>
All Known Implementing Classes:
InboxResponseListImpl

public interface InboxResponseList<T>
extends ResponseList<T>

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface InboxResponseList.Summary
           
 
Method Summary
 InboxResponseList.Summary getSummary()
           
 
Methods inherited from interface facebook4j.PagableList
getCount, getPaging
 
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

getSummary

InboxResponseList.Summary getSummary()