Class BlockedTermList

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

public class BlockedTermList extends Object
  • Constructor Details

    • BlockedTermList

      public BlockedTermList()
  • Method Details

    • getBlockedTerms

      public List<BlockedTerm> getBlockedTerms()
      The list of blocked terms.

      The list is in descending order of when they were created (see the created_at timestamp).

    • getPagination

      public HelixPagination getPagination()
      The information used to paginate the response data.
    • 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