Class UnbanRequestList

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

public class UnbanRequestList extends Object
  • Constructor Details

    • UnbanRequestList

      public UnbanRequestList()
  • Method Details

    • getData

      public List<UnbanRequest> getData()
      Information about the channel's unban requests.
    • getPagination

      public HelixPagination getPagination()
      Contains information used to page through a list of results. The object is empty if there are no more pages left to page through.
    • 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