Package com.github.twitch4j.helix.domain
Class WebhookSubscriptionList
java.lang.Object
com.github.twitch4j.helix.domain.WebhookSubscriptionList
public class WebhookSubscriptionList
extends java.lang.Object
Webhook Subscription List
-
Constructor Summary
Constructors Constructor Description WebhookSubscriptionList() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)HelixPaginationgetPagination()A cursor value, to be used in a subsequent request to specify the starting point of the next set of results.java.util.List<WebhookSubscription>getSubscriptions()java.lang.IntegergetTotal()A hint at the total number of results returned, on all pages.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
WebhookSubscriptionList
public WebhookSubscriptionList()
-
-
Method Details
-
getSubscriptions
-
getTotal
public java.lang.Integer getTotal()A hint at the total number of results returned, on all pages.Note this is an approximation: as you page through the list, some subscriptions may expire and others may be added.
-
getPagination
A cursor value, to be used in a subsequent request to specify the starting point of the next set of results. If this is empty, you are at the last page. -
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
-