Klasse ChannelVipList

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

public class ChannelVipList extends Object
  • Konstruktordetails

    • ChannelVipList

      public ChannelVipList()
  • Methodendetails

    • 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)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object