Class CharityDonationList

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

public class CharityDonationList extends Object
  • Constructor Details

    • CharityDonationList

      public CharityDonationList()
  • Method Details

    • getDonations

      public List<CharityCampaignDonation> getDonations()
      The donations that users have made to the broadcaster’s charity campaign.

      This is empty if the broadcaster is not currently running a charity campaign. The donation information is not available after the campaign ends.

    • getPagination

      public HelixPagination getPagination()
      An object that contains the information used to page through the list of results.
    • 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