Class FollowList

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

public class FollowList
extends java.lang.Object
Follow List
  • Constructor Summary

    Constructors
    Constructor Description
    FollowList()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.util.List<Follow> getFollows()  
    HelixPagination getPagination()
    A cursor value, to be used in a subsequent request to specify the starting point of the next set of results.
    java.lang.Integer getTotal()
    Total number of items returned.
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FollowList

      public FollowList()
  • Method Details

    • getFollows

      public java.util.List<Follow> getFollows()
    • getTotal

      public java.lang.Integer getTotal()
      Total number of items returned.

      If only from_id was in the request, this is the total number of followed users. If only to_id was in the request, this is the total number of followers. If both from_id and to_id were in the request, this is 1 (if the "from" user follows the "to" user) or 0.

    • getPagination

      public HelixPagination getPagination()
      A cursor value, to be used in a subsequent request to specify the starting point of the next set of results.
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object