Enum Command.AttributesCase

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<Command.AttributesCase>
    Enclosing class:
    Command

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

      • SCHEDULE_ACTIVITY_TASK_COMMAND_ATTRIBUTES

        public static final Command.AttributesCase SCHEDULE_ACTIVITY_TASK_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_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
    • Method Detail

      • values

        public static Command.AttributesCase[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Command.AttributesCase c : Command.AttributesCase.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Command.AttributesCase valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • valueOf

        @Deprecated
        public static Command.AttributesCase valueOf​(int value)
        Deprecated.
        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:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

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