interface ObjectFactory
extends java.io.Serializable
Status createStatus(JSONObject json) throws TwitterException
TwitterException
User createUser(JSONObject json) throws TwitterException
TwitterException
UserList createAUserList(JSONObject json) throws TwitterException
TwitterException
java.util.Map<java.lang.String,RateLimitStatus> createRateLimitStatuses(HttpResponse res) throws TwitterException
TwitterException
Status createStatus(HttpResponse res) throws TwitterException
TwitterException
ResponseList<Status> createStatusList(HttpResponse res) throws TwitterException
TwitterException
Trends createTrends(HttpResponse res) throws TwitterException
TwitterException
User createUser(HttpResponse res) throws TwitterException
TwitterException
ResponseList<User> createUserList(HttpResponse res) throws TwitterException
TwitterException
ResponseList<User> createUserListFromJSONArray(HttpResponse res) throws TwitterException
TwitterException
ResponseList<User> createUserListFromJSONArray_Users(HttpResponse res) throws TwitterException
TwitterException
QueryResult createQueryResult(HttpResponse res, Query query) throws TwitterException
TwitterException
IDs createIDs(HttpResponse res) throws TwitterException
TwitterException
PagableResponseList<User> createPagableUserList(HttpResponse res) throws TwitterException
TwitterException
UserList createAUserList(HttpResponse res) throws TwitterException
TwitterException
PagableResponseList<UserList> createPagableUserListList(HttpResponse res) throws TwitterException
TwitterException
ResponseList<UserList> createUserListList(HttpResponse res) throws TwitterException
TwitterException
ResponseList<Category> createCategoryList(HttpResponse res) throws TwitterException
TwitterException
DirectMessage createDirectMessage(HttpResponse res) throws TwitterException
TwitterException
ResponseList<DirectMessage> createDirectMessageList(HttpResponse res) throws TwitterException
TwitterException
Relationship createRelationship(HttpResponse res) throws TwitterException
TwitterException
ResponseList<Friendship> createFriendshipList(HttpResponse res) throws TwitterException
TwitterException
AccountTotals createAccountTotals(HttpResponse res) throws TwitterException
TwitterException
AccountSettings createAccountSettings(HttpResponse res) throws TwitterException
TwitterException
SavedSearch createSavedSearch(HttpResponse res) throws TwitterException
TwitterException
ResponseList<SavedSearch> createSavedSearchList(HttpResponse res) throws TwitterException
TwitterException
ResponseList<Location> createLocationList(HttpResponse res) throws TwitterException
TwitterException
Place createPlace(HttpResponse res) throws TwitterException
TwitterException
ResponseList<Place> createPlaceList(HttpResponse res) throws TwitterException
TwitterException
SimilarPlaces createSimilarPlaces(HttpResponse res) throws TwitterException
TwitterException
TwitterAPIConfiguration createTwitterAPIConfiguration(HttpResponse res) throws TwitterException
TwitterException
ResponseList<HelpResources.Language> createLanguageList(HttpResponse res) throws TwitterException
TwitterException
<T> ResponseList<T> createEmptyResponseList()
OEmbed createOEmbed(HttpResponse res) throws TwitterException
TwitterException