Klasse InboundFollowers

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

public class InboundFollowers extends Object
  • Konstruktordetails

    • InboundFollowers

      public InboundFollowers()
  • Methodendetails

    • getFollows

      @Nullable public @Nullable List<InboundFollow> getFollows()
      The list of users that follow the specified broadcaster, in descending order by followed_at (with the most recent follower first).
    • 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.

    • getTotal

      public Integer getTotal()
      The total number of users that follow this broadcaster.

      As someone pages through the list, the number of users may change as users follow or unfollow the broadcaster.

    • 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