Klasse DropsEntitlementList

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

public class DropsEntitlementList extends Object
  • Konstruktordetails

    • DropsEntitlementList

      public DropsEntitlementList()
  • Methodendetails

    • getPaginationCursor

      @Deprecated public Optional<String> getPaginationCursor()
      Veraltet.
      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.
      Gibt zurück:
      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)
      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