|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpamReportingMethodsAsync
Not yet supported. http://yusuke.homeip.net/jira/browse/TFJ-223
Method Summary | |
---|---|
void |
reportSpam(int userId)
The user specified in the id is blocked by the authenticated user and reported as a spammer. |
void |
reportSpam(java.lang.String screenName)
The user specified in the id is blocked by the authenticated user and reported as a spammer. |
Method Detail |
---|
void reportSpam(int userId) throws TwitterException
userId
- The ID of the user you want to report as a spammer.
TwitterException
- when Twitter service or network is unavailablevoid reportSpam(java.lang.String screenName) throws TwitterException
screenName
- The screen name of the user you want to report as a spammer.
TwitterException
- when Twitter service or network is unavailable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |