facebook4j
Interface InboxResponseList<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>, PagableList<T>, ResponseList<T>

public interface InboxResponseList<T>
extends ResponseList<T>

Author:
Ryuji Yamashita - roundrop at gmail.com

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

getInboxSummary

InboxResponseList.InboxSummary getInboxSummary()


Copyright © 2019. All rights reserved.