Enum Class UserActivityEvent.Type

java.lang.Object
java.lang.Enum<UserActivityEvent.Type>
dyntabs.ai.activity.UserActivityEvent.Type
All Implemented Interfaces:
Serializable, Comparable<UserActivityEvent.Type>, Constable
Enclosing class:
UserActivityEvent

public static enum UserActivityEvent.Type extends Enum<UserActivityEvent.Type>
The coarse category of a user act.

Analogy: the colour-coded tabs on a logbook — you can flip straight to all the "navigation" entries or all the "notes" without reading each line.

  • Enum Constant Details

  • Method Details

    • values

      public static UserActivityEvent.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UserActivityEvent.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null