public class StreamController
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
StreamController.FriendsIDs |
class |
StreamController.User |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addUsers(long... userIds) |
StreamController.FriendsIDs |
getFriendsIDs(long userId,
long cursor) |
ControlStreamInfo |
getInfo() |
java.lang.String |
removeUsers(long... userIds) |
public ControlStreamInfo getInfo() throws TwitterException
TwitterException
public java.lang.String addUsers(long... userIds) throws TwitterException
TwitterException
public java.lang.String removeUsers(long... userIds) throws TwitterException
TwitterException
public StreamController.FriendsIDs getFriendsIDs(long userId, long cursor) throws TwitterException
TwitterException
Copyright © 2018. All Rights Reserved.