Package com.github.twitch4j.helix.domain
Class DropsEntitlementList
java.lang.Object
com.github.twitch4j.helix.domain.DropsEntitlementList
public class DropsEntitlementList
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DropsEntitlementList() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<DropsEntitlement>getData()The entitlementsHelixPaginationgetPagination()java.util.Optional<java.lang.String>getPaginationCursor()Deprecated.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
DropsEntitlementList
public DropsEntitlementList()
-
-
Method Details
-
getPaginationCursor
@Deprecated public java.util.Optional<java.lang.String> getPaginationCursor()Deprecated.in favor ofgetPagination()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
The entitlements -
getPagination
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getPagination()