Uses of Class
com.twitter.clientlib.model.ReportUsersRequest
-
Packages that use ReportUsersRequest Package Description com.twitter.clientlib.model -
-
Uses of ReportUsersRequest in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ReportUsersRequest Modifier and Type Method Description ReportUsersRequest
ReportUsersRequest. addUserIdsItem(String userIdsItem)
ReportUsersRequest
ReportUsersRequest. description(String description)
static ReportUsersRequest
ReportUsersRequest. fromJson(String jsonString)
Create an instance of ReportUsersRequest given an JSON stringReportUsersRequest
ReportUsersRequest. userIds(List<String> userIds)
-