facebook4j.internal.json
Class PagingJSONImpl<T>
java.lang.Object
facebook4j.internal.json.PagingJSONImpl<T>
- All Implemented Interfaces:
- Paging<T>, java.io.Serializable
final class PagingJSONImpl<T>
- extends java.lang.Object
- implements Paging<T>, java.io.Serializable
- Author:
- Ryuji Yamashita - roundrop at gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
jsonObjectType
private final java.lang.Class<?> jsonObjectType
cursors
private final Paging.Cursors cursors
previous
private final java.net.URL previous
next
private final java.net.URL next
PagingJSONImpl
PagingJSONImpl(JSONObject json,
java.lang.Class<?> type)
throws FacebookException
- Throws:
FacebookException
getJSONObjectType
public java.lang.Class<?> getJSONObjectType()
- Specified by:
getJSONObjectType in interface Paging<T>
getPrevious
public java.net.URL getPrevious()
- Specified by:
getPrevious in interface Paging<T>
getNext
public java.net.URL getNext()
- Specified by:
getNext in interface Paging<T>
getCursors
public Paging.Cursors getCursors()
- Specified by:
getCursors in interface Paging<T>
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object