facebook4j
Interface Paging<T>


public interface Paging<T>

Author:
Ryuji Yamashita - roundrop at gmail.com

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

Method Detail

getJSONObjectType

Class<?> getJSONObjectType()

getCursors

Paging.Cursors getCursors()

getPrevious

URL getPrevious()

getNext

URL getNext()


Copyright © 2019. All rights reserved.