static Card |
Card.fromFileUpload(Consumer<FileUploadCard.Builder> fileUpload) |
Create an instance of this class with fileUpload() initialized to the given value.
|
static Card |
Card.fromFileUpload(FileUploadCard fileUpload) |
Create an instance of this class with fileUpload() initialized to the given value.
|
static Card |
Card.fromFormInput(Consumer<FormInputCard.Builder> formInput) |
Create an instance of this class with formInput() initialized to the given value.
|
static Card |
Card.fromFormInput(FormInputCard formInput) |
Create an instance of this class with formInput() initialized to the given value.
|
static Card |
Card.fromQPlugin(Consumer<QPluginCard.Builder> qPlugin) |
Create an instance of this class with qPlugin() initialized to the given value.
|
static Card |
Card.fromQPlugin(QPluginCard qPlugin) |
Create an instance of this class with qPlugin() initialized to the given value.
|
static Card |
Card.fromQQuery(Consumer<QQueryCard.Builder> qQuery) |
Create an instance of this class with qQuery() initialized to the given value.
|
static Card |
Card.fromQQuery(QQueryCard qQuery) |
Create an instance of this class with qQuery() initialized to the given value.
|
static Card |
Card.fromTextInput(Consumer<TextInputCard.Builder> textInput) |
Create an instance of this class with textInput() initialized to the given value.
|
static Card |
Card.fromTextInput(TextInputCard textInput) |
Create an instance of this class with textInput() initialized to the given value.
|