twitter4j.internal.json
Interface z_T4JInternalFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
z_T4JInternalJSONImplFactory

public interface z_T4JInternalFactory
extends Serializable

Since:
Twitter4J 2.2.4
Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 AccountSettings createAccountSettings(HttpResponse res)
           
 AccountTotals createAccountTotals(HttpResponse res)
           
 UserList createAUserList(HttpResponse res)
           
 UserList createAUserList(JSONObject json)
           
 ResponseList<Category> createCategoryList(HttpResponse res)
           
 DirectMessage createDirectMessage(HttpResponse res)
           
 DirectMessage createDirectMessage(JSONObject json)
           
 ResponseList<DirectMessage> createDirectMessageList(HttpResponse res)
           
<T> ResponseList<T>
createEmptyResponseList()
           
 ResponseList<Friendship> createFriendshipList(HttpResponse res)
           
 IDs createIDs(HttpResponse res)
           
 ResponseList<HelpMethods.Language> createLanguageList(HttpResponse res)
           
 ResponseList<Location> createLocationList(HttpResponse res)
           
 PagableResponseList<User> createPagableUserList(HttpResponse res)
           
 PagableResponseList<UserList> createPagableUserListList(HttpResponse res)
           
 Place createPlace(HttpResponse res)
           
 ResponseList<Place> createPlaceList(HttpResponse res)
           
 ProfileImage createProfileImage(HttpResponse res)
           
 QueryResult createQueryResult(HttpResponse res, Query query)
           
 RateLimitStatus createRateLimitStatus(HttpResponse res)
           
 RelatedResults createRelatedResults(HttpResponse res)
           
 Relationship createRelationship(HttpResponse res)
           
 SavedSearch createSavedSearch(HttpResponse res)
           
 ResponseList<SavedSearch> createSavedSearchList(HttpResponse res)
           
 SimilarPlaces createSimilarPlaces(HttpResponse res)
           
 Status createStatus(HttpResponse res)
           
 Status createStatus(JSONObject json)
           
 ResponseList<Status> createStatusList(HttpResponse res)
           
 Trends createTrends(HttpResponse res)
           
 ResponseList<Trends> createTrendsList(HttpResponse res)
           
 TwitterAPIConfiguration createTwitterAPIConfiguration(HttpResponse res)
           
 User createUser(HttpResponse res)
           
 User createUser(JSONObject json)
           
 ResponseList<User> createUserList(HttpResponse res)
           
 ResponseList<User> createUserListFromJSONArray_Users(HttpResponse res)
           
 ResponseList<User> createUserListFromJSONArray(HttpResponse res)
           
 ResponseList<UserList> createUserListList(HttpResponse res)
           
 

Method Detail

createStatus

Status createStatus(JSONObject json)
                    throws TwitterException
Throws:
TwitterException

createUser

User createUser(JSONObject json)
                throws TwitterException
Throws:
TwitterException

createAUserList

UserList createAUserList(JSONObject json)
                         throws TwitterException
Throws:
TwitterException

createDirectMessage

DirectMessage createDirectMessage(JSONObject json)
                                  throws TwitterException
Throws:
TwitterException

createRateLimitStatus

RateLimitStatus createRateLimitStatus(HttpResponse res)
                                      throws TwitterException
Throws:
TwitterException

createStatus

Status createStatus(HttpResponse res)
                    throws TwitterException
Throws:
TwitterException

createStatusList

ResponseList<Status> createStatusList(HttpResponse res)
                                      throws TwitterException
Throws:
TwitterException

createTrends

Trends createTrends(HttpResponse res)
                    throws TwitterException
Throws:
TwitterException

createTrendsList

ResponseList<Trends> createTrendsList(HttpResponse res)
                                      throws TwitterException
Throws:
TwitterException

createUser

User createUser(HttpResponse res)
                throws TwitterException
Throws:
TwitterException

createUserList

ResponseList<User> createUserList(HttpResponse res)
                                  throws TwitterException
Throws:
TwitterException

createUserListFromJSONArray

ResponseList<User> createUserListFromJSONArray(HttpResponse res)
                                               throws TwitterException
Throws:
TwitterException

createUserListFromJSONArray_Users

ResponseList<User> createUserListFromJSONArray_Users(HttpResponse res)
                                                     throws TwitterException
Throws:
TwitterException

createQueryResult

QueryResult createQueryResult(HttpResponse res,
                              Query query)
                              throws TwitterException
Throws:
TwitterException

createIDs

IDs createIDs(HttpResponse res)
              throws TwitterException
Throws:
TwitterException

createPagableUserList

PagableResponseList<User> createPagableUserList(HttpResponse res)
                                                throws TwitterException
Throws:
TwitterException

createAUserList

UserList createAUserList(HttpResponse res)
                         throws TwitterException
Throws:
TwitterException

createPagableUserListList

PagableResponseList<UserList> createPagableUserListList(HttpResponse res)
                                                        throws TwitterException
Throws:
TwitterException

createUserListList

ResponseList<UserList> createUserListList(HttpResponse res)
                                          throws TwitterException
Throws:
TwitterException

createCategoryList

ResponseList<Category> createCategoryList(HttpResponse res)
                                          throws TwitterException
Throws:
TwitterException

createProfileImage

ProfileImage createProfileImage(HttpResponse res)
                                throws TwitterException
Throws:
TwitterException

createDirectMessage

DirectMessage createDirectMessage(HttpResponse res)
                                  throws TwitterException
Throws:
TwitterException

createDirectMessageList

ResponseList<DirectMessage> createDirectMessageList(HttpResponse res)
                                                    throws TwitterException
Throws:
TwitterException

createRelationship

Relationship createRelationship(HttpResponse res)
                                throws TwitterException
Throws:
TwitterException

createFriendshipList

ResponseList<Friendship> createFriendshipList(HttpResponse res)
                                              throws TwitterException
Throws:
TwitterException

createAccountTotals

AccountTotals createAccountTotals(HttpResponse res)
                                  throws TwitterException
Throws:
TwitterException

createAccountSettings

AccountSettings createAccountSettings(HttpResponse res)
                                      throws TwitterException
Throws:
TwitterException

createSavedSearch

SavedSearch createSavedSearch(HttpResponse res)
                              throws TwitterException
Throws:
TwitterException

createSavedSearchList

ResponseList<SavedSearch> createSavedSearchList(HttpResponse res)
                                                throws TwitterException
Throws:
TwitterException

createLocationList

ResponseList<Location> createLocationList(HttpResponse res)
                                          throws TwitterException
Throws:
TwitterException

createPlace

Place createPlace(HttpResponse res)
                  throws TwitterException
Throws:
TwitterException

createPlaceList

ResponseList<Place> createPlaceList(HttpResponse res)
                                    throws TwitterException
Throws:
TwitterException

createSimilarPlaces

SimilarPlaces createSimilarPlaces(HttpResponse res)
                                  throws TwitterException
Throws:
TwitterException

createRelatedResults

RelatedResults createRelatedResults(HttpResponse res)
                                    throws TwitterException
Throws:
TwitterException

createTwitterAPIConfiguration

TwitterAPIConfiguration createTwitterAPIConfiguration(HttpResponse res)
                                                      throws TwitterException
Throws:
TwitterException

createLanguageList

ResponseList<HelpMethods.Language> createLanguageList(HttpResponse res)
                                                      throws TwitterException
Throws:
TwitterException

createEmptyResponseList

<T> ResponseList<T> createEmptyResponseList()


Copyright © 2012. All Rights Reserved.