QPluginCard.Builder |
QPluginCard.Builder.actionIdentifier(String actionIdentifier) |
The action identifier of the action to be performed by the plugin card.
|
static QPluginCard.Builder |
QPluginCard.builder() |
|
QPluginCard.Builder |
QPluginCard.Builder.dependencies(String... dependencies) |
Any dependencies or requirements for the plugin card.
|
QPluginCard.Builder |
QPluginCard.Builder.dependencies(Collection<String> dependencies) |
Any dependencies or requirements for the plugin card.
|
QPluginCard.Builder |
QPluginCard.Builder.id(String id) |
The unique identifier of the plugin card.
|
QPluginCard.Builder |
QPluginCard.Builder.pluginId(String pluginId) |
The unique identifier of the plugin used by the card.
|
QPluginCard.Builder |
QPluginCard.Builder.pluginType(String pluginType) |
The type or category of the plugin used by the card.
|
QPluginCard.Builder |
QPluginCard.Builder.pluginType(PluginType pluginType) |
The type or category of the plugin used by the card.
|
QPluginCard.Builder |
QPluginCard.Builder.prompt(String prompt) |
The prompt or instructions displayed for the plugin card.
|
QPluginCard.Builder |
QPluginCard.Builder.title(String title) |
The title or label of the plugin card.
|
QPluginCard.Builder |
QPluginCard.toBuilder() |
|
QPluginCard.Builder |
QPluginCard.Builder.type(String type) |
The type of the card.
|
QPluginCard.Builder |
QPluginCard.Builder.type(CardType type) |
The type of the card.
|