Package com.github.twitch4j.helix.domain
Class ModeratorList
- java.lang.Object
-
- com.github.twitch4j.helix.domain.ModeratorList
-
public class ModeratorList extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ModeratorList()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<Moderator>
getSubscriptions()
Deprecated.in favor of getModerators()
-
-
-
Method Detail
-
getSubscriptions
@Deprecated public java.util.List<Moderator> getSubscriptions()
Deprecated.in favor of getModerators()- Returns:
- the moderators from this query
-
-