static Card.Builder |
Card.builder() |
|
default Card.Builder |
Card.Builder.fileUpload(Consumer<FileUploadCard.Builder> fileUpload) |
A container for the properties of the file upload card.
|
Card.Builder |
Card.Builder.fileUpload(FileUploadCard fileUpload) |
A container for the properties of the file upload card.
|
default Card.Builder |
Card.Builder.qPlugin(Consumer<QPluginCard.Builder> qPlugin) |
A container for the properties of the plugin card.
|
Card.Builder |
Card.Builder.qPlugin(QPluginCard qPlugin) |
A container for the properties of the plugin card.
|
default Card.Builder |
Card.Builder.qQuery(Consumer<QQueryCard.Builder> qQuery) |
A container for the properties of the query card.
|
Card.Builder |
Card.Builder.qQuery(QQueryCard qQuery) |
A container for the properties of the query card.
|
default Card.Builder |
Card.Builder.textInput(Consumer<TextInputCard.Builder> textInput) |
A container for the properties of the text input card.
|
Card.Builder |
Card.Builder.textInput(TextInputCard textInput) |
A container for the properties of the text input card.
|
Card.Builder |
Card.toBuilder() |
|