Class InboundFollowers

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

public class InboundFollowers extends Object
  • Constructor Details

    • InboundFollowers

      public InboundFollowers()
  • Method Details

    • 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)
      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