facebook4j.internal.json
Class FacebookResponseImpl

java.lang.Object
  extended by facebook4j.internal.json.FacebookResponseImpl
All Implemented Interfaces:
FacebookResponse, java.io.Serializable
Direct Known Subclasses:
AccountJSONImpl, AchievementJSONImpl, AdminJSONImpl, AlbumJSONImpl, CategoryJSONImpl, CheckinJSONImpl, CommentJSONImpl, EventJSONImpl, FriendlistJSONImpl, FriendRequestJSONImpl, GroupDocJSONImpl, GroupJSONImpl, IdNameJSONImpl, InsightJSONImpl, LinkJSONImpl, LocationJSONImpl, MessageJSONImpl, MilestoneJSONImpl, NoteJSONImpl, NotificationJSONImpl, OfferJSONImpl, PageJSONImpl, PageSettingJSONImpl, PhotoJSONImpl, PlaceJSONImpl, PokeJSONImpl, PostJSONImpl, QuestionJSONImpl, QuestionVotesJSONImpl, RSVPStatusJSONImpl, ScoreJSONImpl, TabJSONImpl, TaggedJSONImpl, TagJSONImpl, VideoJSONImpl

abstract class FacebookResponseImpl
extends java.lang.Object
implements FacebookResponse, java.io.Serializable

Super interface of Facebook Response data interfaces

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Field Summary
private  FacebookResponse.Metadata metadata
           
private static long serialVersionUID
           
 
Constructor Summary
FacebookResponseImpl()
           
FacebookResponseImpl(HttpResponse res)
           
 
Method Summary
 FacebookResponse.Metadata getMetadata()
          Returns the introspection of the object if available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

metadata

private FacebookResponse.Metadata metadata
Constructor Detail

FacebookResponseImpl

public FacebookResponseImpl()

FacebookResponseImpl

public FacebookResponseImpl(HttpResponse res)
                     throws FacebookException
Throws:
FacebookException
Method Detail

getMetadata

public FacebookResponse.Metadata getMetadata()
Description copied from interface: FacebookResponse
Returns the introspection of the object if available.

Specified by:
getMetadata in interface FacebookResponse
Returns:
introspection of the object