Klasse BlockedTermList

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

public class BlockedTermList extends Object
  • Konstruktordetails

    • BlockedTermList

      public BlockedTermList()
  • Methodendetails

    • 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)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object