facebook4j
Interface Paging<T>

All Known Implementing Classes:
PagingJSONImpl

public interface Paging<T>

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface Paging.Cursors
           
 
Method Summary
 Paging.Cursors getCursors()
           
 java.lang.Class<?> getJSONObjectType()
           
 java.net.URL getNext()
           
 java.net.URL getPrevious()
           
 

Method Detail

getJSONObjectType

java.lang.Class<?> getJSONObjectType()

getCursors

Paging.Cursors getCursors()

getPrevious

java.net.URL getPrevious()

getNext

java.net.URL getNext()