Interface QPluginCardInput.Builder

  • Method Details

    • title

      The title or label of the plugin card.

      Parameters:
      title - The title or label of the plugin card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the plugin card.

      Parameters:
      id - The unique identifier of the plugin card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the card.

      Parameters:
      type - The type of the card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the card.

      Parameters:
      type - The type of the card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • prompt

      The prompt or instructions displayed for the plugin card.

      Parameters:
      prompt - The prompt or instructions displayed for the plugin card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pluginId

      QPluginCardInput.Builder pluginId(String pluginId)

      The unique identifier of the plugin used by the card.

      Parameters:
      pluginId - The unique identifier of the plugin used by the card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionIdentifier

      QPluginCardInput.Builder actionIdentifier(String actionIdentifier)

      The action identifier of the action to be performed by the plugin card.

      Parameters:
      actionIdentifier - The action identifier of the action to be performed by the plugin card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.