- GATEWAY_TIMEOUT - Static variable in interface twitter4j.HttpResponseCode
-
- generateOAuthSignatureHttpParams(String, String) - Method in class twitter4j.auth.OAuthAuthorization
-
- geoCode(GeoLocation, double, Query.Unit) - Method in class twitter4j.Query
-
returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile
- geoCode(GeoLocation, double, String) - Method in class twitter4j.Query
-
- GeoLocation - Class in twitter4j
-
A data class representing geo location.
- GeoLocation(double, double) - Constructor for class twitter4j.GeoLocation
-
Creates a GeoLocation instance
- GeoQuery - Class in twitter4j
-
- GeoQuery(GeoLocation) - Constructor for class twitter4j.GeoQuery
-
Creates a GeoQuery with the specified location
- GeoQuery(String) - Constructor for class twitter4j.GeoQuery
-
Creates a GeoQuery with the specified IP address
- GeoQuery(String, String, GeoLocation) - Constructor for class twitter4j.GeoQuery
-
Creates a GeoQuery with the specified query, ip and location
- get(String, HttpParameter[], Authorization, HttpResponseListener) - Method in interface twitter4j.HttpClient
-
- get(String) - Method in interface twitter4j.HttpClient
-
- get(String, HttpParameter[], Authorization, HttpResponseListener) - Method in class twitter4j.HttpClientBase
-
- get(String) - Method in class twitter4j.HttpClientBase
-
- get(int) - Method in class twitter4j.JSONArray
-
Returns the value at index
.
- get(String) - Method in class twitter4j.JSONObject
-
Returns the value mapped by name
, or throws if no such mapping exists.
- get400x400ProfileImageURL() - Method in interface twitter4j.User
-
- get400x400ProfileImageURLHttps() - Method in interface twitter4j.User
-
- getAccessLevel() - Method in exception twitter4j.TwitterException
-
- getAccessLevel() - Method in interface twitter4j.TwitterResponse
-
- getAccessToken() - Method in class twitter4j.auth.OAuth2Token
-
- getAccountSettings() - Method in interface twitter4j.api.UsersResources
-
Returns the current trend, geo, language, timezone and sleep time information for the authenticating user.
- getAccuracy() - Method in class twitter4j.GeoQuery
-
- getAllowDmsFrom() - Method in interface twitter4j.AccountSettings
-
Returns if the user can accept DMs from anyone
- getAPIConfiguration() - Method in interface twitter4j.api.HelpResources
-
Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
It is recommended applications request this endpoint when they are loaded, but no more than once a day.
- getAsOf() - Method in interface twitter4j.Trends
-
- getAsyncNumThreads() - Method in interface twitter4j.conf.Configuration
-
- getAttachmentUrl() - Method in class twitter4j.StatusUpdate
-
- getAttribute(String) - Method in class twitter4j.management.APIStatisticsOpenMBean
-
- getAttributes(String[]) - Method in class twitter4j.management.APIStatisticsOpenMBean
-
- getAuthenticationURL() - Method in class twitter4j.auth.RequestToken
-
- getAuthorization() - Method in class twitter4j.HttpRequest
-
- getAuthorization() - Method in interface twitter4j.TwitterBase
-
Returns the authorization scheme for this instance.
The returned type will be either of BasicAuthorization, OAuthAuthorization, or NullAuthorization
- getAuthorizationHeader(HttpRequest) - Method in interface twitter4j.auth.Authorization
-
- getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.BasicAuthorization
-
- getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.NullAuthorization
-
- getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.OAuth2Authorization
-
- getAuthorizationHeader(HttpRequest) - Method in class twitter4j.auth.OAuthAuthorization
-
- getAuthorizationHeader(HttpRequest) - Method in class twitter4j.XAuthAuthorization
-
- getAuthorizationURL() - Method in class twitter4j.auth.RequestToken
-
- getAuthorName() - Method in interface twitter4j.OEmbed
-
The name of the author/owner of the resource.
- getAuthorName() - Method in class twitter4j.OEmbedJSONImpl
-
- getAuthorURL() - Method in interface twitter4j.OEmbed
-
A URL for the author/owner of the resource.
- getAuthorURL() - Method in class twitter4j.OEmbedJSONImpl
-
- getAvailableTrends() - Method in interface twitter4j.api.TrendsResources
-
Returns the locations that Twitter has trending topic information for.
- getAverageTime() - Method in class twitter4j.management.APIStatistics
-
- getAverageTime() - Method in interface twitter4j.management.InvocationStatistics
-
- getAverageTime() - Method in class twitter4j.management.InvocationStatisticsCalculator
-
- getBiggerProfileImageURL() - Method in interface twitter4j.User
-
- getBiggerProfileImageURLHttps() - Method in interface twitter4j.User
-
- getBitrate() - Method in interface twitter4j.MediaEntity.Variant
-
- getBlocksIDs() - Method in interface twitter4j.api.UsersResources
-
Returns an array of numeric user ids the authenticating user is blocking.
- getBlocksIDs(long) - Method in interface twitter4j.api.UsersResources
-
Returns an array of numeric user ids the authenticating user is blocking.
- getBlocksList() - Method in interface twitter4j.api.UsersResources
-
Returns a list of user objects that the authenticating user is blocking.
- getBlocksList(long) - Method in interface twitter4j.api.UsersResources
-
Returns a list of user objects that the authenticating user is blocking.
- getBoolean(int) - Method in class twitter4j.JSONArray
-
Returns the value at index
if it exists and is a boolean or can
be coerced to a boolean.
- getBoolean(String) - Method in class twitter4j.JSONObject
-
Returns the value mapped by name
if it exists and is a boolean or
can be coerced to a boolean, or throws otherwise.
- getBoundingBoxCoordinates() - Method in interface twitter4j.Place
-
- getBoundingBoxType() - Method in interface twitter4j.Place
-
- getCacheAge() - Method in interface twitter4j.OEmbed
-
The suggested cache lifetime for this resource, in seconds.
- getCacheAge() - Method in class twitter4j.OEmbedJSONImpl
-
- getCallCount() - Method in class twitter4j.management.APIStatistics
-
- getCallCount() - Method in interface twitter4j.management.InvocationStatistics
-
- getCallCount() - Method in class twitter4j.management.InvocationStatisticsCalculator
-
- getCharactersReservedPerMedia() - Method in interface twitter4j.TwitterAPIConfiguration
-
- getClosestTrends(GeoLocation) - Method in interface twitter4j.api.TrendsResources
-
Returns the locations that Twitter has trending topic information for, closest to a specified location.
The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in.
A WOEID is a
Yahoo! Where On Earth ID.
- getCode() - Method in interface twitter4j.api.HelpResources.Language
-
- getCode() - Method in class twitter4j.LanguageJSONImpl
-
- getCompletedIn() - Method in interface twitter4j.QueryResult
-
- getConfiguration() - Method in interface twitter4j.TwitterBase
-
Returns the configuration associated with this instance
- getConsumerKey() - Method in class twitter4j.XAuthAuthorization
-
- getConsumerSecret() - Method in class twitter4j.XAuthAuthorization
-
- getContainedWithIn() - Method in interface twitter4j.Place
-
- getContentType() - Method in class twitter4j.HttpParameter
-
- getContentType() - Method in interface twitter4j.MediaEntity.Variant
-
- getContributees(long) - Method in interface twitter4j.api.UsersResources
-
Returns an array of users that the specified user can contribute to.
- getContributees(String) - Method in interface twitter4j.api.UsersResources
-
Returns an array of users that the specified user can contribute to.
- getContributingTo() - Method in interface twitter4j.conf.Configuration
-
- getContributors(long) - Method in interface twitter4j.api.UsersResources
-
Returns an array of users who can contribute to the specified account.
- getContributors(String) - Method in interface twitter4j.api.UsersResources
-
Returns an array of users who can contribute to the specified account.
- getContributors() - Method in interface twitter4j.Status
-
Returns an array of contributors, or null if no contributor is associated with this status.
- getCount() - Method in class twitter4j.Paging
-
- getCount() - Method in class twitter4j.Query
-
Returns the number of tweets to return per page, up to a max of 100
- getCount() - Method in interface twitter4j.QueryResult
-
- getCountry() - Method in interface twitter4j.Place
-
- getCountryCode() - Method in interface twitter4j.Location
-
- getCountryCode() - Method in interface twitter4j.Place
-
- getCountryName() - Method in interface twitter4j.Location
-
- getCreatedAt() - Method in interface twitter4j.DirectMessage
-
- getCreatedAt() - Method in interface twitter4j.SavedSearch
-
- getCreatedAt() - Method in interface twitter4j.Status
-
Return the created_at
- getCreatedAt() - Method in interface twitter4j.User
-
- getCreatedAt() - Method in interface twitter4j.UserList
-
- getCurrentUserRetweetId() - Method in interface twitter4j.Status
-
Returns the authenticating user's retweet's id of this tweet, or -1L when the tweet was created
before this feature was enabled.
- getDescription() - Method in interface twitter4j.User
-
Returns the description of the user
- getDescription() - Method in interface twitter4j.UserList
-
Returns the description of the list
- getDescriptionURLEntities() - Method in interface twitter4j.User
-
Returns URL entities for user description.
- getDirectMessages() - Method in interface twitter4j.api.DirectMessagesResources
-
- getDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessagesResources
-
- getDirectMessages(int) - Method in interface twitter4j.api.DirectMessagesResources
-
Returns all Direct Message events (both sent and received) within the last 30 days.
- getDirectMessages(int, String) - Method in interface twitter4j.api.DirectMessagesResources
-
Returns all Direct Message events (both sent and received) within the last 30 days.
- getDispatcherImpl() - Method in interface twitter4j.conf.Configuration
-
- getDisplayTextRangeEnd() - Method in interface twitter4j.Status
-
- getDisplayTextRangeStart() - Method in interface twitter4j.Status
-
- getDisplayURL() - Method in class twitter4j.MediaEntityJSONImpl
-
- getDisplayURL() - Method in interface twitter4j.URLEntity
-
Returns the display URL if mentioned URL is shorten.
- getDMImageAsStream(String) - Method in interface twitter4j.api.DirectMessagesResources
-
Returns a stream of the image included in direct messages.
- getDmTextCharacterLimit() - Method in interface twitter4j.TwitterAPIConfiguration
-
- getDouble(int) - Method in class twitter4j.JSONArray
-
Returns the value at index
if it exists and is a double or can
be coerced to a double.
- getDouble(String) - Method in class twitter4j.JSONObject
-
Returns the value mapped by name
if it exists and is a double or
can be coerced to a double, or throws otherwise.
- getEmail() - Method in interface twitter4j.User
-
Returns the email of the user, if the app is whitelisted by Twitter
- getEnd() - Method in interface twitter4j.HashtagEntity
-
Returns the index of the end character of the hashtag.
- getEnd() - Method in class twitter4j.MediaEntityJSONImpl
-
- getEnd() - Method in interface twitter4j.SymbolEntity
-
Returns the index of the end character of the symbol.
- getEnd() - Method in interface twitter4j.TweetEntity
-
Returns the index of the end character of the entity in the tweet.
- getEnd() - Method in interface twitter4j.URLEntity
-
Returns the index of the end character of the URL mentioned in the tweet.
- getEnd() - Method in interface twitter4j.UserMentionEntity
-
Returns the index of the end character of the user mention.
- getErrorCode() - Method in exception twitter4j.TwitterException
-
- getErrorCount() - Method in class twitter4j.management.APIStatistics
-
- getErrorCount() - Method in interface twitter4j.management.InvocationStatistics
-
- getErrorCount() - Method in class twitter4j.management.InvocationStatisticsCalculator
-
- getErrorMessage() - Method in exception twitter4j.TwitterException
-
Returns error message from the API if available.
- getExceptionCode() - Method in exception twitter4j.TwitterException
-
Returns a hexadecimal representation of this exception stacktrace.
An exception code is a hexadecimal representation of the stacktrace which enables it easier to Google known issues.
Format : XXXXXXXX:YYYYYYYY[ XX:YY]
Where XX is a hash code of stacktrace without line number
YY is a hash code of stacktrace excluding line number
[-XX:YY] will appear when this instance a root cause
- getExpandedURL() - Method in class twitter4j.MediaEntityJSONImpl
-
- getExpandedURL() - Method in interface twitter4j.URLEntity
-
Returns the expanded URL if mentioned URL is shorten.
- getExtAltText() - Method in interface twitter4j.MediaEntity
-
- getExtAltText() - Method in class twitter4j.MediaEntityJSONImpl
-
- getFavoriteCount() - Method in interface twitter4j.Status
-
Indicates approximately how many times this Tweet has been "favorited" by Twitter users.
- getFavorites() - Method in interface twitter4j.AccountTotals
-
Returns the number of total favorites.
- getFavorites() - Method in interface twitter4j.api.FavoritesResources
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(long) - Method in interface twitter4j.api.FavoritesResources
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(String) - Method in interface twitter4j.api.FavoritesResources
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(Paging) - Method in interface twitter4j.api.FavoritesResources
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(long, Paging) - Method in interface twitter4j.api.FavoritesResources
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavorites(String, Paging) - Method in interface twitter4j.api.FavoritesResources
-
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
- getFavouritesCount() - Method in interface twitter4j.User
-
- getFile() - Method in class twitter4j.HttpParameter
-
- getFileBody() - Method in class twitter4j.HttpParameter
-
- getFollowers() - Method in interface twitter4j.AccountTotals
-
Returns the number of total followers.
- getFollowersCount() - Method in interface twitter4j.User
-
Returns the number of followers
- getFollowersIDs(long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the specified user is followed by.
- getFollowersIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the specified user is followed by.
- getFollowersIDs(long, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the specified user is followed by.
- getFollowersIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the specified user is followed by.
- getFollowersIDs(String, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the specified user is followed by.
- getFollowersList(long, long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFollowersList(String, long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFollowersList(long, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFollowersList(String, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFollowersList(long, long, int, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFollowersList(String, long, int, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFriends() - Method in interface twitter4j.AccountTotals
-
Returns the number of total friends.
- getFriendsCount() - Method in interface twitter4j.User
-
Returns the number of users the user follows (AKA "followings")
- getFriendsIDs(long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the authenticating user is following.
- getFriendsIDs(long, long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the specified user is following.
- getFriendsIDs(long, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the specified user is following.
- getFriendsIDs(String, long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the specified user is following.
- getFriendsIDs(String, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user the specified user is following.
- getFriendsList(long, long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFriendsList(long, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFriendsList(String, long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFriendsList(String, long, int) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFriendsList(long, long, int, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFriendsList(String, long, int, boolean, boolean) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first — however, this ordering is subject to unannounced change and eventual consistency issues.
- getFullName() - Method in interface twitter4j.Place
-
- getFullName() - Method in interface twitter4j.UserList
-
Returns the full name of the list
- getGeocode() - Method in class twitter4j.Query
-
Returns the specified geocode
- getGeoDetails(String) - Method in interface twitter4j.api.PlacesGeoResources
-
- getGeoLocation() - Method in interface twitter4j.Status
-
Returns The location that this tweet refers to if available.
- getGeometryCoordinates() - Method in interface twitter4j.Place
-
- getGeometryType() - Method in interface twitter4j.Place
-
- getGranularity() - Method in class twitter4j.GeoQuery
-
- getHashtagEntities() - Method in interface twitter4j.EntitySupport
-
Returns an array if hashtag mentioned in the tweet.
- getHeight() - Method in interface twitter4j.MediaEntity.Size
-
- getHomeTimeline() - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
- getHomeTimeline(Paging) - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
- getHtml() - Method in interface twitter4j.OEmbed
-
The HTML required to display the resource.
- getHtml() - Method in class twitter4j.OEmbedJSONImpl
-
- getHttpClientConfiguration() - Method in interface twitter4j.conf.Configuration
-
- getHttpConnectionTimeout() - Method in interface twitter4j.HttpClientConfiguration
-
- getHttpProxyHost() - Method in interface twitter4j.HttpClientConfiguration
-
- getHttpProxyPassword() - Method in interface twitter4j.HttpClientConfiguration
-
- getHttpProxyPort() - Method in interface twitter4j.HttpClientConfiguration
-
- getHttpProxyUser() - Method in interface twitter4j.HttpClientConfiguration
-
- getHttpReadTimeout() - Method in interface twitter4j.HttpClientConfiguration
-
- getHttpRetryCount() - Method in interface twitter4j.HttpClientConfiguration
-
- getHttpRetryIntervalSeconds() - Method in interface twitter4j.HttpClientConfiguration
-
- getHttpStreamingReadTimeout() - Method in interface twitter4j.conf.Configuration
-
- getId() - Method in interface twitter4j.DirectMessage
-
- getId() - Method in interface twitter4j.Friendship
-
- getId() - Method in interface twitter4j.MediaEntity
-
Returns the id of the media.
- getId() - Method in class twitter4j.MediaEntityJSONImpl
-
- getId() - Method in interface twitter4j.Place
-
- getId() - Method in interface twitter4j.SavedSearch
-
- getId() - Method in interface twitter4j.Status
-
Returns the id of the status
- getId() - Method in interface twitter4j.TwitterBase
-
Returns authenticating user's user id.
This method may internally call verifyCredentials() on the first invocation if
- this instance is authenticated by Basic and email address is supplied instead of screen name, or
- this instance is authenticated by OAuth.
- getId() - Method in interface twitter4j.User
-
Returns the id of the user
- getId() - Method in interface twitter4j.UserList
-
Returns the id of the list
- getId() - Method in interface twitter4j.UserMentionEntity
-
Returns the user id mentioned in the status.
- getIDs() - Method in interface twitter4j.IDs
-
- getImageHeight() - Method in class twitter4j.UploadedMedia
-
- getImageType() - Method in class twitter4j.UploadedMedia
-
- getImageWidth() - Method in class twitter4j.UploadedMedia
-
- getIncomingFriendships(long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.
- getInReplyToScreenName() - Method in interface twitter4j.Status
-
Returns the in_reply_to_screen_name
- getInReplyToStatusId() - Method in interface twitter4j.Status
-
Returns the in_reply_tostatus_id
- getInReplyToStatusId() - Method in class twitter4j.StatusUpdate
-
- getInReplyToUserId() - Method in interface twitter4j.Status
-
Returns the in_reply_user_id
- getInstance(Configuration) - Static method in class twitter4j.auth.AuthorizationFactory
-
- getInstance() - Static method in class twitter4j.auth.NullAuthorization
-
- getInstance() - Static method in class twitter4j.conf.ConfigurationContext
-
- getInstance(String) - Static method in class twitter4j.conf.ConfigurationContext
-
- getInstance() - Method in interface twitter4j.conf.ConfigurationFactory
-
returns the root configuration
- getInstance(String) - Method in interface twitter4j.conf.ConfigurationFactory
-
returns the configuration specified by the path
- getInstance() - Static method in class twitter4j.HttpClientFactory
-
- getInstance(HttpClientConfiguration) - Static method in class twitter4j.HttpClientFactory
-
- getInstance() - Static method in class twitter4j.TwitterAPIMonitor
-
- getInstance() - Method in class twitter4j.TwitterFactory
-
Returns a instance associated with the configuration bound to this factory.
- getInstance(AccessToken) - Method in class twitter4j.TwitterFactory
-
- getInstance(Authorization) - Method in class twitter4j.TwitterFactory
-
- getInt(int) - Method in class twitter4j.JSONArray
-
Returns the value at index
if it exists and is an int or
can be coerced to an int.
- getInt(String) - Method in class twitter4j.JSONObject
-
Returns the value mapped by name
if it exists and is an int or
can be coerced to an int, or throws otherwise.
- getInvocationStatistics() - Method in class twitter4j.management.APIStatistics
-
- getInvocationStatistics() - Method in interface twitter4j.management.APIStatisticsMBean
-
- getIp() - Method in class twitter4j.GeoQuery
-
- getJSONArray(int) - Method in class twitter4j.JSONArray
-
Returns the value at index
if it exists and is a JSONArray
.
- getJSONArray(String) - Method in class twitter4j.JSONObject
-
Returns the value mapped by name
if it exists and is a JSONArray
, or throws otherwise.
- getJsonObject() - Method in class twitter4j.HttpParameter
-
- getJSONObject(int) - Method in class twitter4j.JSONArray
-
Returns the value at index
if it exists and is a JSONObject
.
- getJSONObject(String) - Method in class twitter4j.JSONObject
-
Returns the value mapped by name
if it exists and is a JSONObject
, or throws otherwise.
- getLang() - Method in class twitter4j.Query
-
Returns the lang
- getLang() - Method in interface twitter4j.Status
-
Returns the lang of the status text if available.
- getLang() - Method in interface twitter4j.User
-
Returns the preferred language of the user
- getLanguage() - Method in interface twitter4j.AccountSettings
-
Returns the language used to render Twitter's UII for this user.
- getLanguages() - Method in interface twitter4j.api.HelpResources
-
Returns the list of languages supported by Twitter along with their ISO 639-1 code.
- getLatitude() - Method in class twitter4j.GeoLocation
-
returns the latitude of the geo location
- getLimit() - Method in interface twitter4j.RateLimitStatus
-
Returns the current limit in effect
This value is identical to the "X-Rate-Limit-Limit" response header.
- getListedCount() - Method in interface twitter4j.User
-
Returns the number of public lists the user is listed on, or -1
if the count is unavailable.
- getLocale() - Method in class twitter4j.Query
-
Returns the language of the query you are sending (only ja is currently effective).
- getLocation() - Method in class twitter4j.GeoQuery
-
- getLocation() - Method in class twitter4j.StatusUpdate
-
- getLocation() - Method in interface twitter4j.Trends
-
Returns the location associated with the trends.
This method is effective only with getLocalTrends() method.
i.e.
- getLocation() - Method in interface twitter4j.User
-
Returns the location of the user
- getLogger(Class<?>) - Static method in class twitter4j.Logger
-
Returns a Logger instance associated with the specified class.
- getLogger(Class<?>) - Method in class twitter4j.LoggerFactory
-
Returns a logger associated with the specified class.
- getLoggerFactory() - Method in interface twitter4j.conf.Configuration
-
- getLong(int) - Method in class twitter4j.JSONArray
-
Returns the value at index
if it exists and is a long or
can be coerced to a long.
- getLong(String) - Method in class twitter4j.JSONObject
-
Returns the value mapped by name
if it exists and is a long or
can be coerced to a long, or throws otherwise.
- getLongitude() - Method in class twitter4j.GeoLocation
-
returns the longitude of the geo location
- getMaxId() - Method in class twitter4j.Paging
-
- getMaxId() - Method in class twitter4j.Query
-
Returns tweets with status ids less than the given id.
- getMaxId() - Method in interface twitter4j.QueryResult
-
- getMaxMediaPerUpload() - Method in interface twitter4j.TwitterAPIConfiguration
-
- getMaxResults() - Method in class twitter4j.GeoQuery
-
- getMBeanInfo() - Method in class twitter4j.management.APIStatisticsOpenMBean
-
- getMediaEntities() - Method in interface twitter4j.EntitySupport
-
Returns an array of MediaEntities if medias are available in the tweet.
- getMediaId() - Method in class twitter4j.UploadedMedia
-
- getMediaProvider() - Method in interface twitter4j.conf.Configuration
-
- getMediaProviderAPIKey() - Method in interface twitter4j.conf.Configuration
-
- getMediaProviderParameters() - Method in interface twitter4j.conf.Configuration
-
- getMediaURL() - Method in interface twitter4j.MediaEntity
-
Returns the media URL.
- getMediaURL() - Method in class twitter4j.MediaEntityJSONImpl
-
- getMediaURLHttps() - Method in interface twitter4j.MediaEntity
-
Returns the media secure URL.
- getMediaURLHttps() - Method in class twitter4j.MediaEntityJSONImpl
-
- getMemberCount() - Method in interface twitter4j.UserList
-
Returns the member count of the list
- getMemberSuggestions(String) - Method in interface twitter4j.api.SuggestedUsersResources
-
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
- getMentionsTimeline() - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
The timeline returned is the equivalent of the one seen when you view your mentions on twitter.com.
This method can only return up to 800 tweets.
See
Working with Timelines for instructions on traversing timelines.
- getMentionsTimeline(Paging) - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent mentions (tweets containing a users's @screen_name) for the authenticating user.
The timeline returned is the equivalent of the one seen when you view your mentions on twitter.com.
This method can only return up to 800 tweets.
See
Working with Timelines for instructions on traversing timelines.
- getMessage() - Method in exception twitter4j.TwitterException
-
- getMethod() - Method in class twitter4j.HttpRequest
-
- getMethodLevelSummariesAsString() - Method in class twitter4j.management.APIStatistics
-
- getMethodLevelSummariesAsString() - Method in interface twitter4j.management.APIStatisticsMBean
-
- getMethodLevelSummary(String) - Method in class twitter4j.management.APIStatistics
-
- getMethodLevelSummary(String) - Method in interface twitter4j.management.APIStatisticsMBean
-
- getMiniProfileImageURL() - Method in interface twitter4j.User
-
- getMiniProfileImageURLHttps() - Method in interface twitter4j.User
-
- getMutesIDs(long) - Method in interface twitter4j.api.UsersResources
-
Returns an array of numeric user ids the authenticating user is muting.
- getMutesList(long) - Method in interface twitter4j.api.UsersResources
-
Returns a list of user objects that the authenticating user is muting.
- getName() - Method in interface twitter4j.api.HelpResources.Language
-
- getName() - Method in interface twitter4j.Category
-
- getName() - Method in interface twitter4j.Friendship
-
- getName() - Method in class twitter4j.HttpParameter
-
- getName() - Method in class twitter4j.LanguageJSONImpl
-
- getName() - Method in interface twitter4j.Location
-
- getName() - Method in class twitter4j.management.APIStatistics
-
APIStatisticsMBean implementation
- getName() - Method in interface twitter4j.management.InvocationStatistics
-
- getName() - Method in class twitter4j.management.InvocationStatisticsCalculator
-
- getName() - Method in interface twitter4j.Place
-
- getName() - Method in interface twitter4j.SavedSearch
-
- getName() - Method in interface twitter4j.TimeZone
-
- getName() - Method in class twitter4j.TimeZoneJSONImpl
-
- getName() - Method in interface twitter4j.Trend
-
- getName() - Method in interface twitter4j.User
-
Returns the name of the user
- getName() - Method in interface twitter4j.UserList
-
Returns the name of the list
- getName() - Method in interface twitter4j.UserMentionEntity
-
Returns the name mentioned in the status.
- getNextCursor() - Method in interface twitter4j.CursorSupport
-
- getNextCursor() - Method in interface twitter4j.DirectMessageList
-
- getNextCursor() - Method in interface twitter4j.IDs
-
- getNextCursor() - Method in interface twitter4j.PagableResponseList
-
- getNonUsernamePaths() - Method in interface twitter4j.TwitterAPIConfiguration
-
- getNoRetweetsFriendships() - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns a collection of user IDs that the currently authenticated user does not want to receive retweets from.
- getOAuth2AccessToken() - Method in interface twitter4j.auth.AuthorizationConfiguration
-
- getOAuth2AccessToken() - Method in interface twitter4j.conf.Configuration
-
- getOAuth2InvalidateTokenURL() - Method in interface twitter4j.conf.Configuration
-
- getOAuth2Scope() - Method in interface twitter4j.conf.Configuration
-
- getOAuth2Token() - Method in class twitter4j.auth.OAuth2Authorization
-
- getOAuth2Token() - Method in interface twitter4j.auth.OAuth2Support
-
Obtains an OAuth 2 Bearer token.
- getOAuth2TokenType() - Method in interface twitter4j.auth.AuthorizationConfiguration
-
- getOAuth2TokenType() - Method in interface twitter4j.conf.Configuration
-
- getOAuth2TokenURL() - Method in interface twitter4j.conf.Configuration
-
- getOAuthAccessToken() - Method in interface twitter4j.auth.AuthorizationConfiguration
-
- getOAuthAccessToken() - Method in class twitter4j.auth.OAuthAuthorization
-
- getOAuthAccessToken(String) - Method in class twitter4j.auth.OAuthAuthorization
-
- getOAuthAccessToken(RequestToken) - Method in class twitter4j.auth.OAuthAuthorization
-
- getOAuthAccessToken(RequestToken, String) - Method in class twitter4j.auth.OAuthAuthorization
-
- getOAuthAccessToken(String, String) - Method in class twitter4j.auth.OAuthAuthorization
-
- getOAuthAccessToken() - Method in interface twitter4j.auth.OAuthSupport
-
Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new access token.
- getOAuthAccessToken(String) - Method in interface twitter4j.auth.OAuthSupport
-
Retrieves an access token.
- getOAuthAccessToken(RequestToken) - Method in interface twitter4j.auth.OAuthSupport
-
Retrieves an access token associated with the supplied request token and sets userId.
- getOAuthAccessToken(RequestToken, String) - Method in interface twitter4j.auth.OAuthSupport
-
Retrieves an access token associated with the supplied request token and sets userId.
- getOAuthAccessToken(String, String) - Method in interface twitter4j.auth.OAuthSupport
-
Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com — all other applications will receive an HTTP 401 error.
- getOAuthAccessToken() - Method in interface twitter4j.conf.Configuration
-
- getOAuthAccessTokenSecret() - Method in interface twitter4j.auth.AuthorizationConfiguration
-
- getOAuthAccessTokenSecret() - Method in interface twitter4j.conf.Configuration
-
- getOAuthAccessTokenURL() - Method in interface twitter4j.conf.Configuration
-
- getOAuthAuthenticationURL() - Method in interface twitter4j.conf.Configuration
-
- getOAuthAuthorizationURL() - Method in interface twitter4j.conf.Configuration
-
- getOAuthConsumerKey() - Method in interface twitter4j.auth.AuthorizationConfiguration
-
- getOAuthConsumerKey() - Method in interface twitter4j.conf.Configuration
-
- getOAuthConsumerSecret() - Method in interface twitter4j.auth.AuthorizationConfiguration
-
- getOAuthConsumerSecret() - Method in interface twitter4j.conf.Configuration
-
- getOAuthRequestToken() - Method in class twitter4j.auth.OAuthAuthorization
-
- getOAuthRequestToken(String) - Method in class twitter4j.auth.OAuthAuthorization
-
- getOAuthRequestToken(String, String) - Method in class twitter4j.auth.OAuthAuthorization
-
- getOAuthRequestToken(String, String, String) - Method in class twitter4j.auth.OAuthAuthorization
-
- getOAuthRequestToken() - Method in interface twitter4j.auth.OAuthSupport
-
Retrieves a request token
- getOAuthRequestToken(String) - Method in interface twitter4j.auth.OAuthSupport
-
Retrieves a request token
- getOAuthRequestToken(String, String) - Method in interface twitter4j.auth.OAuthSupport
-
Retrieves a request token
- getOAuthRequestToken(String, String, String) - Method in interface twitter4j.auth.OAuthSupport
-
Retrieves a request token
- getOAuthRequestTokenURL() - Method in interface twitter4j.conf.Configuration
-
- getOEmbed(OEmbedRequest) - Method in interface twitter4j.api.TweetsResources
-
Returns information allowing the creation of an embedded representation of a Tweet on third party sites.
- getOriginalProfileImageURL() - Method in interface twitter4j.User
-
- getOriginalProfileImageURLHttps() - Method in interface twitter4j.User
-
- getOutgoingFriendships(long) - Method in interface twitter4j.api.FriendsFollowersResources
-
Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
- getPage() - Method in class twitter4j.Paging
-
- getParameterArray(String, String) - Static method in class twitter4j.HttpParameter
-
- getParameterArray(String, int) - Static method in class twitter4j.HttpParameter
-
- getParameterArray(String, String, String, String) - Static method in class twitter4j.HttpParameter
-
- getParameterArray(String, int, String, int) - Static method in class twitter4j.HttpParameter
-
- getParameters() - Method in class twitter4j.HttpRequest
-
- getPassword() - Method in interface twitter4j.auth.AuthorizationConfiguration
-
- getPassword() - Method in class twitter4j.auth.BasicAuthorization
-
- getPassword() - Method in interface twitter4j.conf.Configuration
-
- getPassword() - Method in class twitter4j.XAuthAuthorization
-
- getPhotoSizeLimit() - Method in interface twitter4j.TwitterAPIConfiguration
-
- getPhotoSizes() - Method in interface twitter4j.TwitterAPIConfiguration
-
- getPlace() - Method in interface twitter4j.Status
-
Returns the place attached to this status
- getPlaceCode() - Method in interface twitter4j.Location
-
- getPlaceId() - Method in class twitter4j.StatusUpdate
-
- getPlaceIds() - Method in interface twitter4j.Scopes
-
Returns the place_ids that identify the scope of the status.
- getPlaceIds() - Method in class twitter4j.ScopesImpl
-
- getPlaceName() - Method in interface twitter4j.Location
-
- getPlaceTrends(int) - Method in interface twitter4j.api.TrendsResources
-
Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.
The response is an array of "trend" objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on
Twitter Search, and the Twitter Search URL.
This information is cached for 5 minutes.
- getPlaceType() - Method in interface twitter4j.Place
-
- getPosition() - Method in interface twitter4j.SavedSearch
-
- getPreviousCursor() - Method in interface twitter4j.CursorSupport
-
- getPreviousCursor() - Method in interface twitter4j.IDs
-
- getPreviousCursor() - Method in interface twitter4j.PagableResponseList
-
- getPrivacyPolicy() - Method in interface twitter4j.api.HelpResources
-
Returns Twitter's Privacy Policy.
- getProcessingCheckAfterSecs() - Method in class twitter4j.UploadedMedia
-
- getProcessingState() - Method in class twitter4j.UploadedMedia
-
- getProfileBackgroundColor() - Method in interface twitter4j.User
-
- getProfileBackgroundImageURL() - Method in interface twitter4j.User
-
- getProfileBackgroundImageUrlHttps() - Method in interface twitter4j.User
-
- getProfileBanner1500x500URL() - Method in interface twitter4j.User
-
- getProfileBanner300x100URL() - Method in interface twitter4j.User
-
- getProfileBanner600x200URL() - Method in interface twitter4j.User
-
- getProfileBannerIPadRetinaURL() - Method in interface twitter4j.User
-
- getProfileBannerIPadURL() - Method in interface twitter4j.User
-
- getProfileBannerMobileRetinaURL() - Method in interface twitter4j.User
-
- getProfileBannerMobileURL() - Method in interface twitter4j.User
-
- getProfileBannerRetinaURL() - Method in interface twitter4j.User
-
- getProfileBannerURL() - Method in interface twitter4j.User
-
- getProfileImageURL() - Method in interface twitter4j.User
-
Returns the profile image url of the user
- getProfileImageURLHttps() - Method in interface twitter4j.User
-
- getProfileLinkColor() - Method in interface twitter4j.User
-
- getProfileSidebarBorderColor() - Method in interface twitter4j.User
-
- getProfileSidebarFillColor() - Method in interface twitter4j.User
-
- getProfileTextColor() - Method in interface twitter4j.User
-
- getProgressPercent() - Method in class twitter4j.UploadedMedia
-
- getQuery() - Method in class twitter4j.GeoQuery
-
Gets the query to filter Place results from geo/search
- getQuery() - Method in class twitter4j.Query
-
Returns the specified query
- getQuery() - Method in interface twitter4j.QueryResult
-
- getQuery() - Method in interface twitter4j.SavedSearch
-
- getQuery() - Method in interface twitter4j.Trend
-
- getQuotedStatus() - Method in interface twitter4j.Status
-
Returns the Tweet object of the original Tweet that was quoted.
- getQuotedStatusId() - Method in interface twitter4j.Status
-
Returns the Tweet ID of the quoted Tweet
- getQuotedStatusPermalink() - Method in interface twitter4j.Status
-
Returns the URLEntity object that represents the permalink of the quoted Tweet.
- getRateLimitStatus() - Method in interface twitter4j.api.HelpResources
-
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.
- getRateLimitStatus(String...) - Method in interface twitter4j.api.HelpResources
-
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.
- getRateLimitStatus() - Method in class twitter4j.RateLimitStatusEvent
-
- getRateLimitStatus() - Method in interface twitter4j.ResponseList
-
- getRateLimitStatus() - Method in exception twitter4j.TwitterException
-
- getRateLimitStatus() - Method in interface twitter4j.TwitterResponse
-
Returns the current rate limit status if available.
- getRawJSON(Object) - Static method in class twitter4j.json.DataObjectFactory
-
Deprecated.
Returns a raw JSON form of the provided object.
Note that raw JSON forms can be retrieved only from the same thread invoked the last method call and will become inaccessible once another method call
- getRawJSON(Object) - Static method in class twitter4j.TwitterObjectFactory
-
Returns a raw JSON form of the provided object.
Note that raw JSON forms can be retrieved only from the same thread invoked the last method call and will become inaccessible once another method call
- getRecipient() - Method in interface twitter4j.DirectMessage
-
- getRecipientId() - Method in interface twitter4j.DirectMessage
-
- getRecipientScreenName() - Method in interface twitter4j.DirectMessage
-
- getRefreshURL() - Method in interface twitter4j.QueryResult
-
- getRemaining() - Method in interface twitter4j.RateLimitStatus
-
Returns the remaining number of API requests available.
This value is identical to the "X-Rate-Limit-Remaining" response header.
- getRequest() - Method in class twitter4j.HttpResponseEvent
-
returns the request associated with the event
- getRequestHeaders() - Method in interface twitter4j.HttpClient
-
- getRequestHeaders() - Method in class twitter4j.HttpClientBase
-
- getRequestHeaders() - Method in class twitter4j.HttpRequest
-
- getResetTimeInSeconds() - Method in interface twitter4j.RateLimitStatus
-
Returns the seconds the current rate limiting period ends.
This should be a same as getResetTime().getTime()/1000.
- getResize() - Method in interface twitter4j.MediaEntity.Size
-
- getResponse() - Method in class twitter4j.HttpResponseEvent
-
returns the response associated with the event
- getResponseHeader(String) - Method in class twitter4j.HttpResponse
-
- getResponseHeader(String) - Method in class twitter4j.HttpResponseImpl
-
- getResponseHeader(String) - Method in exception twitter4j.TwitterException
-
- getResponseHeaderFields() - Method in class twitter4j.HttpResponse
-
- getResponseHeaderFields() - Method in class twitter4j.HttpResponseImpl
-
- getRestBaseURL() - Method in interface twitter4j.conf.Configuration
-
- getResultType() - Method in class twitter4j.Query
-
Returns resultType
- getRetryAfter() - Method in exception twitter4j.TwitterException
-
Returns int value of "Retry-After" response header (Search API) or seconds_until_reset (REST API).
- getRetweetCount() - Method in interface twitter4j.Status
-
Returns the number of times this tweet has been retweeted, or -1 when the tweet was
created before this feature was enabled.
- getRetweetedStatus() - Method in interface twitter4j.Status
-
- getRetweeterIds(long, long) - Method in interface twitter4j.api.TweetsResources
-
Returns a collection of up to 100 user IDs belonging to users who have
retweeted the tweet specified by the id parameter.
- getRetweeterIds(long, int, long) - Method in interface twitter4j.api.TweetsResources
-
Returns a collection of up to count
user IDs belonging to users
who have retweeted the tweet specified by the id parameter.
- getRetweets(long) - Method in interface twitter4j.api.TweetsResources
-
Returns up to 100 of the first retweets of a given tweet.
- getRetweetsOfMe() - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
- getRetweetsOfMe(Paging) - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
- getSavedSearches() - Method in interface twitter4j.api.SavedSearchesResources
-
Returns the authenticated user's saved search queries.
- getScopes() - Method in interface twitter4j.Status
-
Returns the targeting scopes applied to a status.
- getScreenName() - Method in interface twitter4j.AccountSettings
-
Returns the user's screen name
- getScreenName() - Method in class twitter4j.auth.AccessToken
-
- getScreenName() - Method in interface twitter4j.Friendship
-
- getScreenName() - Method in interface twitter4j.TwitterBase
-
Returns authenticating user's screen name.
This method may internally call verifyCredentials() on the first invocation if
- this instance is authenticated by Basic and email address is supplied instead of screen name, or
- this instance is authenticated by OAuth.
Note that this method returns a transiently cached (will be lost upon serialization) screen name while it is possible to change a user's screen name.
- getScreenName() - Method in interface twitter4j.User
-
Returns the screen name of the user
- getScreenName() - Method in interface twitter4j.UserMentionEntity
-
Returns the screen name mentioned in the status.
- getSecondsUntilReset() - Method in interface twitter4j.RateLimitStatus
-
Returns the amount of seconds until the current rate limiting period ends.
This is a value provided/calculated only by Twitter4J for handiness and not a part of the twitter API spec.
- getSender() - Method in interface twitter4j.DirectMessage
-
- getSenderId() - Method in interface twitter4j.DirectMessage
-
- getSenderScreenName() - Method in interface twitter4j.DirectMessage
-
- getSentDirectMessages() - Method in interface twitter4j.api.DirectMessagesResources
-
- getSentDirectMessages(Paging) - Method in interface twitter4j.api.DirectMessagesResources
-
- getShortURLLength() - Method in interface twitter4j.TwitterAPIConfiguration
-
- getShortURLLengthHttps() - Method in interface twitter4j.TwitterAPIConfiguration
-
- getSimilarPlaces(GeoLocation, String, String, String) - Method in interface twitter4j.api.PlacesGeoResources
-
Locates places near the given coordinates which are similar in name.
- getSince() - Method in class twitter4j.Query
-
Returns tweets with since the given date.
- getSinceId() - Method in class twitter4j.Paging
-
- getSinceId() - Method in class twitter4j.Query
-
returns sinceId
- getSinceId() - Method in interface twitter4j.QueryResult
-
- getSingleton() - Static method in class twitter4j.TwitterFactory
-
Returns default singleton Twitter instance.
- getSiteStreamBaseURL() - Method in interface twitter4j.conf.Configuration
-
- getSize() - Method in interface twitter4j.Category
-
- getSize() - Method in class twitter4j.UploadedMedia
-
- getSizes() - Method in interface twitter4j.MediaEntity
-
Returns size variations of the media.
- getSizes() - Method in class twitter4j.MediaEntityJSONImpl
-
- getSleepEndTime() - Method in interface twitter4j.AccountSettings
-
Returns sleep end time.
- getSleepStartTime() - Method in interface twitter4j.AccountSettings
-
Returns sleep start time.
- getSlug() - Method in interface twitter4j.Category
-
- getSlug() - Method in interface twitter4j.UserList
-
Returns the slug of the list
- getSource() - Method in interface twitter4j.Status
-
Returns the source
- getSourceUserId() - Method in interface twitter4j.Relationship
-
Returns the source user id
- getSourceUserScreenName() - Method in interface twitter4j.Relationship
-
Returns the source user screen name
- getStart() - Method in interface twitter4j.HashtagEntity
-
Returns the index of the start character of the hashtag.
- getStart() - Method in class twitter4j.MediaEntityJSONImpl
-
- getStart() - Method in interface twitter4j.SymbolEntity
-
Returns the index of the start character of the symbol.
- getStart() - Method in interface twitter4j.TweetEntity
-
Returns the index of the start character of the entity in the tweet.
- getStart() - Method in interface twitter4j.URLEntity
-
Returns the index of the start character of the URL mentioned in the tweet.
- getStart() - Method in interface twitter4j.UserMentionEntity
-
Returns the index of the start character of the user mention.
- getStatistics() - Method in class twitter4j.management.APIStatisticsOpenMBean
-
- getStatistics() - Method in class twitter4j.TwitterAPIMonitor
-
- getStatus() - Method in interface twitter4j.api.HelpResources.Language
-
- getStatus() - Method in class twitter4j.LanguageJSONImpl
-
- getStatus() - Method in class twitter4j.StatusUpdate
-
- getStatus() - Method in interface twitter4j.User
-
Returns the current status of the user
This can be null if the instance if from Status.getUser().
- getStatusCode() - Method in class twitter4j.HttpResponse
-
- getStatusCode() - Method in exception twitter4j.TwitterException
-
- getStatusesCount() - Method in interface twitter4j.User
-
- getStatusId() - Method in interface twitter4j.StatusDeletionNotice
-
- getStreamBaseURL() - Method in interface twitter4j.conf.Configuration
-
- getStreamThreadName() - Method in interface twitter4j.conf.Configuration
-
- getStreetAddress() - Method in interface twitter4j.Place
-
- getString(int) - Method in class twitter4j.JSONArray
-
Returns the value at index
if it exists, coercing it if
necessary.
- getString(String) - Method in class twitter4j.JSONObject
-
Returns the value mapped by name
if it exists, coercing it if
necessary, or throws if no such mapping exists.
- getSubscriberCount() - Method in interface twitter4j.UserList
-
Returns the subscriber count of the list
- getSuggestedUserCategories() - Method in interface twitter4j.api.SuggestedUsersResources
-
Access to Twitter's suggested user list.
- getSymbolEntities() - Method in interface twitter4j.EntitySupport
-
Returns an array of SymbolEntities if medias are available in the tweet.
- getTargetUserId() - Method in interface twitter4j.Relationship
-
Returns the target user id
- getTargetUserScreenName() - Method in interface twitter4j.Relationship
-
Returns the target user screen name
- getTermsOfService() - Method in interface twitter4j.api.HelpResources
-
Returns Twitter's' Terms of Service.
- getText() - Method in interface twitter4j.DirectMessage
-
- getText() - Method in interface twitter4j.HashtagEntity
-
Returns the text of the hashtag without #.
- getText() - Method in class twitter4j.MediaEntityJSONImpl
-
- getText() - Method in interface twitter4j.Status
-
Returns the text of the status
- getText() - Method in interface twitter4j.TweetEntity
-
Returns the text of the entity
- getText() - Method in interface twitter4j.URLEntity
-
Returns the URL mentioned in the tweet.
This method implementation is to meet TweetEntity interface and the behavior is equivalent to
URLEntity.getURL()
- getText() - Method in interface twitter4j.UserMentionEntity
-
Returns the screen name mentioned in the status.
- getTimeZone() - Method in interface twitter4j.AccountSettings
-
Returns the timezone configured for this user.
- getTimeZone() - Method in interface twitter4j.User
-
- getTokenType() - Method in class twitter4j.auth.OAuth2Token
-
- getTotalTime() - Method in class twitter4j.management.APIStatistics
-
- getTotalTime() - Method in interface twitter4j.management.InvocationStatistics
-
- getTotalTime() - Method in class twitter4j.management.InvocationStatisticsCalculator
-
- getTrendAt() - Method in interface twitter4j.Trends
-
- getTrendLocations() - Method in interface twitter4j.AccountSettings
-
Return the user's trend locations
- getTrends() - Method in interface twitter4j.Trends
-
- getTweets() - Method in interface twitter4j.QueryResult
-
- getTweetVolume() - Method in interface twitter4j.Trend
-
The tweet volume for the last 24 hours if available, -1 otherwise.
- getTwitterException() - Method in class twitter4j.HttpResponseEvent
-
returns the TwitterException associated with the event
- getType() - Method in interface twitter4j.MediaEntity
-
Returns the media type ("photo", "video", "animated_gif").
- getType() - Method in class twitter4j.MediaEntityJSONImpl
-
- getUntil() - Method in class twitter4j.Query
-
Returns until
- getUpdates() - Method in interface twitter4j.AccountTotals
-
Returns the number of total updates.
- getUploadBaseURL() - Method in interface twitter4j.conf.Configuration
-
- getURI() - Method in interface twitter4j.UserList
-
Returns the uri of the list
- getURL() - Method in class twitter4j.HttpRequest
-
- getURL() - Method in interface twitter4j.Location
-
- getUrl() - Method in interface twitter4j.MediaEntity.Variant
-
- getURL() - Method in class twitter4j.MediaEntityJSONImpl
-
- getURL() - Method in interface twitter4j.OEmbed
-
The url of the resource provider.
The source URL of the image.
- getURL() - Method in class twitter4j.OEmbedJSONImpl
-
- getURL() - Method in interface twitter4j.Place
-
- getURL() - Method in interface twitter4j.Trend
-
- getURL() - Method in interface twitter4j.URLEntity
-
Returns the URL mentioned in the tweet.
- getURL() - Method in interface twitter4j.User
-
Returns the url of the user
- getURLEntities() - Method in interface twitter4j.EntitySupport
-
Returns an array if URLEntity mentioned in the tweet.
- getURLEntity() - Method in interface twitter4j.User
-
Returns URL entity for user's URL.
- getUser() - Method in interface twitter4j.auth.AuthorizationConfiguration
-
- getUser() - Method in interface twitter4j.conf.Configuration
-
- getUser() - Method in interface twitter4j.Status
-
Return the user associated with the status.
This can be null if the instance is from User.getStatus().
- getUser() - Method in interface twitter4j.UserList
-
Returns the user of the list
- getUserId() - Method in class twitter4j.auth.AccessToken
-
- getUserId() - Method in class twitter4j.auth.BasicAuthorization
-
- getUserId() - Method in interface twitter4j.StatusDeletionNotice
-
- getUserId() - Method in class twitter4j.XAuthAuthorization
-
- getUserListMembers(long, long) - Method in interface twitter4j.api.ListsResources
-
Returns the members of the specified list.
- getUserListMembers(long, int, long) - Method in interface twitter4j.api.ListsResources
-
Returns the members of the specified list.
- getUserListMembers(long, int, long, boolean) - Method in interface twitter4j.api.ListsResources
-
Returns the members of the specified list.
- getUserListMembers(long, String, long) - Method in interface twitter4j.api.ListsResources
-
Returns the members of the specified list.
- getUserListMembers(long, String, int, long) - Method in interface twitter4j.api.ListsResources
-
Returns the members of the specified list.
- getUserListMembers(long, String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
-
Returns the members of the specified list.
- getUserListMembers(String, String, long) - Method in interface twitter4j.api.ListsResources
-
Returns the members of the specified list.
- getUserListMembers(String, String, int, long) - Method in interface twitter4j.api.ListsResources
-
Returns the members of the specified list.
- getUserListMembers(String, String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
-
Returns the members of the specified list.
- getUserListMemberships(long) - Method in interface twitter4j.api.ListsResources
-
List the lists the authenticating user has been added to.
- getUserListMemberships(int, long) - Method in interface twitter4j.api.ListsResources
-
List the lists the authenticating user has been added to.
- getUserListMemberships(long, long) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user has been added to.
- getUserListMemberships(long, int, long) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user has been added to.
- getUserListMemberships(String, long) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user has been added to.
- getUserListMemberships(String, int, long) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user has been added to.
- getUserListMemberships(String, long, boolean) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user has been added to.
- getUserListMemberships(String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user has been added to.
- getUserListMemberships(long, long, boolean) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user has been added to.
- getUserListMemberships(long, int, long, boolean) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user has been added to.
- getUserLists(String) - Method in interface twitter4j.api.ListsResources
-
List the lists of the specified user.
- getUserLists(String, boolean) - Method in interface twitter4j.api.ListsResources
-
List the lists of the specified user.
- getUserLists(long) - Method in interface twitter4j.api.ListsResources
-
List the lists of the specified user.
- getUserLists(long, boolean) - Method in interface twitter4j.api.ListsResources
-
List the lists of the specified user.
- getUserListsOwnerships(String, long) - Method in interface twitter4j.api.ListsResources
-
Returns the lists owned by the specified Twitter user.
- getUserListsOwnerships(String, int, long) - Method in interface twitter4j.api.ListsResources
-
Returns the lists owned by the specified Twitter user.
- getUserListsOwnerships(long, long) - Method in interface twitter4j.api.ListsResources
-
Returns the lists owned by the specified Twitter user.
- getUserListsOwnerships(long, int, long) - Method in interface twitter4j.api.ListsResources
-
Returns the lists owned by the specified Twitter user.
- getUserListStatuses(long, Paging) - Method in interface twitter4j.api.ListsResources
-
Show tweet timeline for members of the specified list.
- getUserListStatuses(long, String, Paging) - Method in interface twitter4j.api.ListsResources
-
Show tweet timeline for members of the specified list.
- getUserListStatuses(String, String, Paging) - Method in interface twitter4j.api.ListsResources
-
Show tweet timeline for members of the specified list.
- getUserListSubscribers(long, long) - Method in interface twitter4j.api.ListsResources
-
Returns the subscribers of the specified list.
- getUserListSubscribers(long, int, long) - Method in interface twitter4j.api.ListsResources
-
Returns the subscribers of the specified list.
- getUserListSubscribers(long, int, long, boolean) - Method in interface twitter4j.api.ListsResources
-
Returns the subscribers of the specified list.
- getUserListSubscribers(long, String, long) - Method in interface twitter4j.api.ListsResources
-
Returns the subscribers of the specified list.
- getUserListSubscribers(long, String, int, long) - Method in interface twitter4j.api.ListsResources
-
Returns the subscribers of the specified list.
- getUserListSubscribers(long, String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
-
Returns the subscribers of the specified list.
- getUserListSubscribers(String, String, long) - Method in interface twitter4j.api.ListsResources
-
Returns the subscribers of the specified list.
- getUserListSubscribers(String, String, int, long) - Method in interface twitter4j.api.ListsResources
-
Returns the subscribers of the specified list.
- getUserListSubscribers(String, String, int, long, boolean) - Method in interface twitter4j.api.ListsResources
-
Returns the subscribers of the specified list.
- getUserListSubscriptions(String, long) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user follows.
- getUserListSubscriptions(String, int, long) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user follows.
- getUserListSubscriptions(long, long) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user follows.
- getUserListSubscriptions(long, int, long) - Method in interface twitter4j.api.ListsResources
-
List the lists the specified user follows.
- getUserMentionEntities() - Method in interface twitter4j.EntitySupport
-
Returns an array of user mentions in the tweet.
- getUserStreamBaseURL() - Method in interface twitter4j.conf.Configuration
-
- getUserSuggestions(String) - Method in interface twitter4j.api.SuggestedUsersResources
-
Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour.
- getUserTimeline(String, Paging) - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline(long, Paging) - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline(String) - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline(long) - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline() - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUserTimeline(Paging) - Method in interface twitter4j.api.TimelinesResources
-
Returns the 20 most recent statuses posted from the authenticating user.
- getUtcOffset() - Method in interface twitter4j.User
-
- getValue() - Method in class twitter4j.HttpParameter
-
- getVersion() - Method in interface twitter4j.OEmbed
-
The oEmbed version number.
- getVersion() - Method in class twitter4j.OEmbedJSONImpl
-
- getVersion() - Static method in class twitter4j.Version
-
- getVideoAspectRatioHeight() - Method in interface twitter4j.MediaEntity
-
- getVideoAspectRatioHeight() - Method in class twitter4j.MediaEntityJSONImpl
-
- getVideoAspectRatioWidth() - Method in interface twitter4j.MediaEntity
-
- getVideoAspectRatioWidth() - Method in class twitter4j.MediaEntityJSONImpl
-
- getVideoDurationMillis() - Method in interface twitter4j.MediaEntity
-
- getVideoDurationMillis() - Method in class twitter4j.MediaEntityJSONImpl
-
- getVideoVariants() - Method in interface twitter4j.MediaEntity
-
- getVideoVariants() - Method in class twitter4j.MediaEntityJSONImpl
-
- getWidth() - Method in interface twitter4j.MediaEntity.Size
-
- getWidth() - Method in interface twitter4j.OEmbed
-
The width in pixels of the image specified in the url parameter.
- getWidth() - Method in class twitter4j.OEmbedJSONImpl
-
- getWithheldInCountries() - Method in interface twitter4j.Status
-
Returns the list of country codes where the tweet is withheld
- getWithheldInCountries() - Method in interface twitter4j.User
-
Returns the list of country codes where the user is withheld
- getWoeid() - Method in interface twitter4j.Location
-
- granularity(String) - Method in class twitter4j.GeoQuery
-