Package com.github.twitch4j.eventsub
Class EventSubTransport.EventSubTransportBuilder
java.lang.Object
com.github.twitch4j.eventsub.EventSubTransport.EventSubTransportBuilder
- Enclosing class:
- EventSubTransport
public static class EventSubTransport.EventSubTransportBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description EventSubTransportbuild()EventSubTransport.EventSubTransportBuildercallback(java.lang.String callback)The callback URL where the notification should be sent.EventSubTransport.EventSubTransportBuildermethod(EventSubTransportMethod method)The transport method.EventSubTransport.EventSubTransportBuildersecret(java.lang.String secret)The secret used for verifying a signature.java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
method
The transport method.- Returns:
this.
-
callback
The callback URL where the notification should be sent.- Returns:
this.
-
secret
The secret used for verifying a signature.- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-