Enum Class ChatStep.ChatStepOrigin

java.lang.Object
java.lang.Enum<ChatStep.ChatStepOrigin>
com.novomind.ecom.api.iagent.model.ChatStep.ChatStepOrigin
All Implemented Interfaces:
Serializable, Comparable<ChatStep.ChatStepOrigin>, Constable
Enclosing interface:
ChatStep

public static enum ChatStep.ChatStepOrigin extends Enum<ChatStep.ChatStepOrigin>
This enumeration describes the origin of a chat step.
Since:
11.3
  • Enum Constant Details

    • AGENT

      public static final ChatStep.ChatStepOrigin AGENT
      means that the chat step was triggered by the agent
      Since:
      11.3
    • CUSTOMER

      public static final ChatStep.ChatStepOrigin CUSTOMER
      means that the chat step was triggered by the customer
      Since:
      11.3
    • SYSTEM

      public static final ChatStep.ChatStepOrigin SYSTEM
      means that the chat step was triggered by the system
      Since:
      11.3
  • Method Details

    • values

      public static ChatStep.ChatStepOrigin[] 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 ChatStep.ChatStepOrigin 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