public interface z_T4JInternalFactory
extends java.io.Serializable
Status createStatus(JSONObject json) throws TwitterException
TwitterExceptionUser createUser(JSONObject json) throws TwitterException
TwitterExceptionUserList createAUserList(JSONObject json) throws TwitterException
TwitterExceptionDirectMessage createDirectMessage(JSONObject json) throws TwitterException
TwitterExceptionjava.util.Map<java.lang.String,RateLimitStatus> createRateLimitStatuses(HttpResponse res) throws TwitterException
TwitterExceptionStatus createStatus(HttpResponse res) throws TwitterException
TwitterExceptionResponseList<Status> createStatusList(HttpResponse res) throws TwitterException
TwitterExceptionTrends createTrends(HttpResponse res) throws TwitterException
TwitterExceptionUser createUser(HttpResponse res) throws TwitterException
TwitterExceptionResponseList<User> createUserList(HttpResponse res) throws TwitterException
TwitterExceptionResponseList<User> createUserListFromJSONArray(HttpResponse res) throws TwitterException
TwitterExceptionResponseList<User> createUserListFromJSONArray_Users(HttpResponse res) throws TwitterException
TwitterExceptionPagableResponseList<User> createPagableUserList(HttpResponse res) throws TwitterException
TwitterExceptionUserList createAUserList(HttpResponse res) throws TwitterException
TwitterExceptionPagableResponseList<UserList> createPagableUserListList(HttpResponse res) throws TwitterException
TwitterExceptionResponseList<UserList> createUserListList(HttpResponse res) throws TwitterException
TwitterExceptionDirectMessage createDirectMessage(HttpResponse res) throws TwitterException
TwitterExceptionResponseList<DirectMessage> createDirectMessageList(HttpResponse res) throws TwitterException
TwitterExceptionAccountSettings createAccountSettings(HttpResponse res) throws TwitterException
TwitterExceptionResponseList<Location> createLocationList(HttpResponse res) throws TwitterException
TwitterExceptionPlace createPlace(HttpResponse res) throws TwitterException
TwitterExceptionResponseList<Place> createPlaceList(HttpResponse res) throws TwitterException
TwitterExceptionSimilarPlaces createSimilarPlaces(HttpResponse res) throws TwitterException
TwitterExceptionRelatedResults createRelatedResults(HttpResponse res) throws TwitterException
TwitterExceptionTwitterAPIConfiguration createTwitterAPIConfiguration(HttpResponse res) throws TwitterException
TwitterException<T> ResponseList<T> createEmptyResponseList()
Media createMediaUpload(HttpResponse res) throws TwitterException
TwitterException