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
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.