public interface NewTwitterMethods
| Modifier and Type | Method and Description |
|---|---|
RelatedResults |
getRelatedResults(long statusId)
If available, returns an array of replies and mentions related to the specified Tweet.
|
RelatedResults getRelatedResults(long statusId) throws TwitterException
statusId - the numerical ID of the status you're trying to retrieveTwitterException - when Twitter service or network is unavailable