Class DropsEntitlementList

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

public class DropsEntitlementList extends Object
  • Constructor Details

    • DropsEntitlementList

      public DropsEntitlementList()
  • Method Details

    • getPaginationCursor

      @Deprecated public Optional<String> getPaginationCursor()
      Deprecated.
      in favor of getPagination()
      If present, is the key used to fetch the next page of data. If absent, the current response is the last page of data available.
      Returns:
      the cursor from the pagination object, in an optional wrapper
    • getData

      public List<DropsEntitlement> getData()
      The entitlements
    • getPagination

      public HelixPagination getPagination()
    • 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