Interface ActionDefinition.Builder

  • Method Details

    • actionDefinitionId

      ActionDefinition.Builder actionDefinitionId(String actionDefinitionId)

      The ID of the action definition.

      Parameters:
      actionDefinitionId - The ID of the action definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionName

      ActionDefinition.Builder actionName(String actionName)

      The name of the action definition.

      Parameters:
      actionName - The name of the action definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionType

      ActionDefinition.Builder actionType(String actionType)

      The type of the action definition.

      Parameters:
      actionType - The type of the action definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.