Class TwitchKrakenBuilder

java.lang.Object
com.github.twitch4j.kraken.TwitchKrakenBuilder

@Deprecated public class TwitchKrakenBuilder extends Object
Deprecated.
Kraken is deprecated and has been shut down on Febuary 28, 2022. More details about the deprecation are available here.
  • Method Details

    • builder

      public static TwitchKrakenBuilder builder()
      Deprecated.
      Initialize the builder
      Returns:
      Twitch Kraken Builder
    • build

      @Deprecated public TwitchKraken build()
      Deprecated.
      Twitch API Client (Kraken)
      Returns:
      TwitchKraken
    • getClientId

      public String getClientId()
      Deprecated.
      Client Id
    • getClientSecret

      public String getClientSecret()
      Deprecated.
      Client Secret
    • getUserAgent

      public String getUserAgent()
      Deprecated.
      User Agent
    • getRequestQueueSize

      public Integer getRequestQueueSize()
      Deprecated.
      HTTP Request Queue Size
    • getBaseUrl

      public String getBaseUrl()
      Deprecated.
      BaseUrl
    • getTimeout

      public Integer getTimeout()
      Deprecated.
      Default Timeout
    • getUploadTimeout

      public Integer getUploadTimeout()
      Deprecated.
    • getLogLevel

      public feign.Logger.Level getLogLevel()
      Deprecated.
      you can overwrite the feign loglevel to print the full requests + responses if needed
    • getProxyConfig

      public ProxyConfig getProxyConfig()
      Deprecated.
      ProxyConfiguration
    • withClientId

      public TwitchKrakenBuilder withClientId(String clientId)
      Deprecated.
      Client Id
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withClientSecret

      public TwitchKrakenBuilder withClientSecret(String clientSecret)
      Deprecated.
      Client Secret
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withUserAgent

      public TwitchKrakenBuilder withUserAgent(String userAgent)
      Deprecated.
      User Agent
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withRequestQueueSize

      public TwitchKrakenBuilder withRequestQueueSize(Integer requestQueueSize)
      Deprecated.
      HTTP Request Queue Size
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withBaseUrl

      public TwitchKrakenBuilder withBaseUrl(String baseUrl)
      Deprecated.
      BaseUrl
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withTimeout

      public TwitchKrakenBuilder withTimeout(Integer timeout)
      Deprecated.
      Default Timeout
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withUploadTimeout

      public TwitchKrakenBuilder withUploadTimeout(Integer uploadTimeout)
      Deprecated.
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withLogLevel

      public TwitchKrakenBuilder withLogLevel(feign.Logger.Level logLevel)
      Deprecated.
      you can overwrite the feign loglevel to print the full requests + responses if needed
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withProxyConfig

      public TwitchKrakenBuilder withProxyConfig(ProxyConfig proxyConfig)
      Deprecated.
      ProxyConfiguration
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).