Interface QPluginCardInput.Builder

    • Method Detail

      • title

        QPluginCardInput.Builder title​(String 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

        QPluginCardInput.Builder id​(String 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

        QPluginCardInput.Builder type​(String 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:
        CardType, CardType
      • prompt

        QPluginCardInput.Builder prompt​(String 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.