public interface TwitterClient
| Modifier and Type | Method and Description |
|---|---|
User |
getUser(long userId) |
User |
getUser(String screenName) |
List<Tweet> |
getUserTimeline(long userId,
int count) |
List<Tweet> |
getUserTimeline(String screenName,
int count) |
List<Tweet> |
search(String query,
int count) |
User getUser(long userId) throws TwitterClientException
TwitterClientExceptionUser getUser(String screenName) throws TwitterClientException
TwitterClientExceptionList<Tweet> getUserTimeline(long userId, int count) throws TwitterClientException
TwitterClientExceptionList<Tweet> getUserTimeline(String screenName, int count) throws TwitterClientException
TwitterClientExceptionList<Tweet> search(String query, int count) throws TwitterClientException
TwitterClientExceptionCopyright © 2019 FJOBI Labs Softwareentwicklung - Felix Jordan. All rights reserved.