Class ModeratedChannelList

java.lang.Object
com.github.twitch4j.helix.domain.ModeratedChannelList

public class ModeratedChannelList extends Object
  • Constructor Details

    • ModeratedChannelList

      public ModeratedChannelList()
  • Method Details

    • getChannels

      public List<ModeratedChannel> getChannels()
      The channels that the user has moderator privileges in.
    • getPagination

      public HelixPagination getPagination()
      Contains the information used to page through the list of results. The object is empty if there are no more pages left to page through.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object