|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelatedResults | |
|---|---|
| twitter4j | |
| twitter4j.api | |
| twitter4j.json | |
| Uses of RelatedResults in twitter4j |
|---|
| Methods in twitter4j that return RelatedResults | |
|---|---|
RelatedResults |
Twitter.getRelatedResults(long statusId)
If available, returns an array of replies and mentions related to the specified Tweet. |
| Methods in twitter4j with parameters of type RelatedResults | |
|---|---|
void |
TwitterListener.gotRelatedResults(RelatedResults relatedResults)
|
void |
TwitterAdapter.gotRelatedResults(RelatedResults relatedResults)
|
| Uses of RelatedResults in twitter4j.api |
|---|
| Methods in twitter4j.api that return RelatedResults | |
|---|---|
RelatedResults |
NewTwitterMethods.getRelatedResults(long statusId)
If available, returns an array of replies and mentions related to the specified Tweet. |
| Uses of RelatedResults in twitter4j.json |
|---|
| Methods in twitter4j.json that return RelatedResults | |
|---|---|
static RelatedResults |
DataObjectFactory.createRelatedResults(java.lang.String rawJSON)
Constructs a RelatedResults object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||