Constant Field Values

Contents

com.github.*

  • com.github.twitch4j.helix.webhooks.domain.WebhookRequest
    Modifier and Type Constant Field Value
    public static final java.lang.String MODE_SUBSCRIBE "subscribe"
    public static final java.lang.String MODE_UNSUBSCRIBE "unsubscribe"
  • com.github.twitch4j.helix.webhooks.topics.ChannelBanTopic
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/moderation/banned/events"
  • com.github.twitch4j.helix.webhooks.topics.ChannelSubscriptionTopic
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/subscriptions/events"
  • com.github.twitch4j.helix.webhooks.topics.ExtensionTransactionsTopic
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/extensions/transactions"
  • com.github.twitch4j.helix.webhooks.topics.FollowsTopic
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/users/follows"
  • com.github.twitch4j.helix.webhooks.topics.HypeTrainTopic
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/hypetrain/events"
  • com.github.twitch4j.helix.webhooks.topics.ModeratorChangeTopic
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/moderation/moderators/events"
  • com.github.twitch4j.helix.webhooks.topics.StreamsTopic
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/streams"
  • com.github.twitch4j.helix.webhooks.topics.UsersTopic
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/users"