Uses of Interface
twitter4j.TwitterResponse

Packages that use TwitterResponse
twitter4j   
 

Uses of TwitterResponse in twitter4j
 

Classes in twitter4j with type parameters of type TwitterResponse
 interface PagableResponseList<T extends TwitterResponse>
          ResponseList with cursor support.
 

Subinterfaces of TwitterResponse in twitter4j
 interface AccountSettings
           
 interface AccountTotals
           
 interface DirectMessage
          A data interface representing sent/received direct message.
 interface IDs
          A data interface representing array of numeric IDs.
 interface PagableResponseList<T extends TwitterResponse>
          ResponseList with cursor support.
 interface ProfileImage
           
 interface RelatedResults
           
 interface Relationship
          A data interface that has detailed information about a relationship between two users
 interface ResponseList<T>
          List of TwitterResponse.
 interface SavedSearch
          A data interface representing a Saved Search
 interface SimilarPlaces
           
 interface Status
          A data interface representing one single status of a user.
 interface User
          A data interface representing Basic user information element
 interface UserList
          A data interface representing Basic list information element
 

Classes in twitter4j that implement TwitterResponse
 class SimilarPlacesImpl
           
 class TwitterException
          An exception class that will be thrown when TwitterAPI calls are failed.
In case the Twitter server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.
 



Copyright © 2011. All Rights Reserved.