Package 

Enum NotifyBotStateModifier

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      KEEP_CURRENT_STATE

      If the bot is disabled for the user, don't send the notification.

      ACTIVATE_ONLY_FOR_THIS_NOTIFICATION

      Send the notification even for disabled bot, but don't reactivate the bot for the user if it is disabled.

      REACTIVATE

      Send the notification and reactivate the bot for the user.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class ai.tock.bot.connector.NotifyBotStateModifier

        compareTo, equals, finalize, getDeclaringClass, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait