Enum JobKind

java.lang.Object
java.lang.Enum<JobKind>
io.camunda.client.api.search.enums.JobKind
All Implemented Interfaces:
Serializable, Comparable<JobKind>, java.lang.constant.Constable

public enum JobKind extends Enum<JobKind>
  • Enum Constant Details

    • BPMN_ELEMENT

      public static final JobKind BPMN_ELEMENT
    • EXECUTION_LISTENER

      public static final JobKind EXECUTION_LISTENER
    • TASK_LISTENER

      public static final JobKind TASK_LISTENER
    • AD_HOC_SUB_PROCESS

      public static final JobKind AD_HOC_SUB_PROCESS
    • UNKNOWN_ENUM_VALUE

      public static final JobKind UNKNOWN_ENUM_VALUE
  • Method Details

    • values

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

      public static JobKind valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null