Package com.github.twitch4j.helix.domain
Class WebhookSubscription
java.lang.Object
com.github.twitch4j.helix.domain.WebhookSubscription
Deprecated.
Webhook Subscription
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.The callback provided for this subscription.Deprecated.in favor of #getExpiresAt()Deprecated.Date and time when this subscription expires.getTopic()
Deprecated.The topic used in the initial subscription.int
hashCode()
Deprecated.toString()
Deprecated.
-
Constructor Details
-
WebhookSubscription
public WebhookSubscription()Deprecated.
-
-
Method Details
-
getExpires_at
Deprecated.in favor of #getExpiresAt()- Returns:
- date and time when this subscription expires.
-
getCallback
Deprecated.The callback provided for this subscription. -
getExpiresAt
Deprecated.Date and time when this subscription expires. Encoded as RFC3339. The timezone is always UTC ("Z"). -
getTopic
Deprecated.The topic used in the initial subscription. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-