Package com.github.twitch4j.helix.domain
Class WebhookSubscriptionList
java.lang.Object
com.github.twitch4j.helix.domain.WebhookSubscriptionList
Deprecated.
Webhook Subscription List
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.A cursor value, to be used in a subsequent request to specify the starting point of the next set of results.Deprecated.getTotal()
Deprecated.A hint at the total number of results returned, on all pages.int
hashCode()
Deprecated.toString()
Deprecated.
-
Constructor Details
-
WebhookSubscriptionList
public WebhookSubscriptionList()Deprecated.
-
-
Method Details
-
getSubscriptions
Deprecated. -
getTotal
Deprecated.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
Deprecated.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
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-