Class TwitchWebhookTopic.UnknownTopic
java.lang.Object
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic<WebhookNotification>
com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic.UnknownTopic
- Enclosing class:
- TwitchWebhookTopic<T>
public static class TwitchWebhookTopic.UnknownTopic extends TwitchWebhookTopic<WebhookNotification>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic
TwitchWebhookTopic.UnknownTopic -
Constructor Summary
Constructors Constructor Description UnknownTopic(java.lang.String url) -
Method Summary
Methods inherited from class com.github.twitch4j.helix.webhooks.topics.TwitchWebhookTopic
canEqual, equals, fromUrl, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
UnknownTopic
public UnknownTopic(java.lang.String url)
-