Class BlockedUserList

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

public class BlockedUserList extends Object
  • Constructor Details

    • BlockedUserList

      public BlockedUserList()
  • Method Details

    • getBlocks

      public List<BlockedUser> getBlocks()
    • getPagination

      public HelixPagination getPagination()
      Cursor for forward pagination: tells the server where to start fetching the next set of results, in a multi-page response.
    • 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