Class OutboundFollowing

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

public class OutboundFollowing extends Object
  • Constructor Details

    • OutboundFollowing

      public OutboundFollowing()
  • Method Details

    • getFollows

      @Nullable public @Nullable List<OutboundFollow> getFollows()
      The list of broadcasters that the user follows, in descending order by followed_at (with the most recently followed broadcaster 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 broadcasters that the user follows.

      As someone pages through the list, the number may change as the user follows or unfollows broadcasters.

    • 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