See: Description
| Interface | Description |
|---|---|
| IApiLimitPolicy |
Indicates the action to take when the Twitter API call limits are reached.
|
| IEntityExpansionPolicy |
Indicates how multi-valued values should be returned.
|
| ITwitterConverter |
| Class | Description |
|---|---|
| TwitterConverter | |
| TwitterFilterStreamReader |
Continuously reads tweets matching several criteria (hashtag, user, language, etc.)
|
| TwitterFollowerIDsReader |
Reads the IDs of accounts following the specified account.
|
| TwitterFollowerListReader |
Reads the details of accounts following the specified account.
|
| TwitterFollowingIDsReader |
Reads the IDs of accounts a specified account follows.
|
| TwitterFollowingListReader |
Reads the details of accounts a specified account follows.
|
| TwitterFollowWriter |
Follows accounts written to it.
|
| TwitterListMemberReader |
Reads the users of list.
|
| TwitterListOwnershipReader |
Reads the list for the specified account.
|
| TwitterPageableReader<E,C extends TwitterResponse & CursorSupport> | |
| TwitterProvider |
Non-streaming Twitter service provider.
|
| TwitterProxyReader |
Base class for all Twitter ProxyReaders.
|
| TwitterRateLimit | |
| TwitterReader |
Base class for all Twitter DataReaders.
|
| TwitterSampleStreamReader |
Continuously reads a small random sample of all tweets.
|
| TwitterSearchReader |
Obtains records by searching Twitter for the most recent tweets matching a search criteria.
|
| TwitterStreamProvider |
Streaming Twitter service provider.
|
| TwitterUnfollowWriter |
Unfollows accounts written to it.
|
| TwitterUserLookupReader | |
| TwitterWriter |
Base class for all Twitter DataWriters.
|
| Enum | Description |
|---|---|
| ApiLimitPolicy |
Indicates the action to take when the Twitter API call limits are reached.
|
| EntityExpansionPolicy |
Indicates how multi-valued values should be returned.
|
| TwitterErrorCode | |
| TwitterPageableReader.Direction |
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.