Klasse ChattersList

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

public class ChattersList extends Object
  • Konstruktordetails

    • ChattersList

      public ChattersList()
  • Methodendetails

    • getChatters

      public List<Chatter> getChatters()
      The list of users that are connected to the specified broadcaster’s chat room.
    • getPagination

      public HelixPagination getPagination()
      Contains the information used to page through the list of results.
    • getTotal

      public Integer getTotal()
      The total number of users that are connected to the broadcaster’s chat room.

      As you page through the list, the number of users may change as users join and leave the chat room.

    • 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