Enum Class Command.AttributesCase

java.lang.Object
java.lang.Enum<Command.AttributesCase>
io.temporal.api.command.v1.Command.AttributesCase
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<Command.AttributesCase>, Constable
Enclosing class:
Command

public static enum Command.AttributesCase extends Enum<Command.AttributesCase> implements com.google.protobuf.Internal.EnumLite
  • Enum Constant Details

    • SCHEDULE_ACTIVITY_TASK_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase SCHEDULE_ACTIVITY_TASK_COMMAND_ATTRIBUTES
    • START_TIMER_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase START_TIMER_COMMAND_ATTRIBUTES
    • COMPLETE_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase COMPLETE_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES
    • FAIL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase FAIL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES
    • REQUEST_CANCEL_ACTIVITY_TASK_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase REQUEST_CANCEL_ACTIVITY_TASK_COMMAND_ATTRIBUTES
    • CANCEL_TIMER_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase CANCEL_TIMER_COMMAND_ATTRIBUTES
    • CANCEL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase CANCEL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES
    • REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES
    • RECORD_MARKER_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase RECORD_MARKER_COMMAND_ATTRIBUTES
    • CONTINUE_AS_NEW_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase CONTINUE_AS_NEW_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES
    • START_CHILD_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase START_CHILD_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES
    • SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES
    • UPSERT_WORKFLOW_SEARCH_ATTRIBUTES_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase UPSERT_WORKFLOW_SEARCH_ATTRIBUTES_COMMAND_ATTRIBUTES
    • PROTOCOL_MESSAGE_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase PROTOCOL_MESSAGE_COMMAND_ATTRIBUTES
    • MODIFY_WORKFLOW_PROPERTIES_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase MODIFY_WORKFLOW_PROPERTIES_COMMAND_ATTRIBUTES
    • SCHEDULE_NEXUS_OPERATION_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase SCHEDULE_NEXUS_OPERATION_COMMAND_ATTRIBUTES
    • REQUEST_CANCEL_NEXUS_OPERATION_COMMAND_ATTRIBUTES

      public static final Command.AttributesCase REQUEST_CANCEL_NEXUS_OPERATION_COMMAND_ATTRIBUTES
    • ATTRIBUTES_NOT_SET

      public static final Command.AttributesCase ATTRIBUTES_NOT_SET
  • Method Details

    • values

      public static Command.AttributesCase[] 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 Command.AttributesCase 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
    • valueOf

      @Deprecated public static Command.AttributesCase valueOf(int value)
      Deprecated.
      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:
      value - 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
    • forNumber

      public static Command.AttributesCase forNumber(int value)
    • getNumber

      public int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite