Class Cheermote

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

public class Cheermote extends Object
  • Constructor Details

    • Cheermote

      public Cheermote()
  • Method Details

    • getPrefix

      public String getPrefix()
      The name of the Cheermote (e.g., "Cheer", "PogChamp", "Kappa")
    • getTiers

      public List<Cheermote.Tier> getTiers()
      Cheermotes with their metadata
    • getType

      public Cheermote.Type getType()
      The emote type
    • getOrder

      public Integer getOrder()
      Order of the emotes as shown in the bits card, in ascending order
    • getLastUpdated

      public Instant getLastUpdated()
      The date when this Cheermote was last updated
    • getIsCharitable

      public Boolean getIsCharitable()
      Indicates whether or not this emote provides a charity contribution match
    • 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