Class Twitch4JGlobal
java.lang.Object
com.github.twitch4j.common.config.Twitch4JGlobal
public class Twitch4JGlobal
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringclientIdDefault ClientIdstatic java.lang.StringclientSecretDefault ClientSecretstatic java.lang.StringuserAgentDefault UserAgent -
Constructor Summary
Constructors Constructor Description Twitch4JGlobal() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
clientId
public static java.lang.String clientIdDefault ClientId -
clientSecret
public static java.lang.String clientSecretDefault ClientSecret -
userAgent
public static java.lang.String userAgentDefault UserAgent
-
-
Constructor Details
-
Twitch4JGlobal
public Twitch4JGlobal()
-