Class ChannelVipList

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

public class ChannelVipList extends Object
  • Constructor Details

    • ChannelVipList

      public ChannelVipList()
  • Method Details

    • getData

      public List<ChannelVip> getData()
      The list of VIPs.

      The list is empty if the channel doesn't have VIP users. The list does not include the broadcaster.

    • getPagination

      public HelixPagination getPagination()
      Contains the information used to page through the list of results.
    • 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