static CardInput |
CardInput.fromFileUpload(Consumer<FileUploadCardInput.Builder> fileUpload) |
Create an instance of this class with fileUpload() initialized to the given value.
|
static CardInput |
CardInput.fromFileUpload(FileUploadCardInput fileUpload) |
Create an instance of this class with fileUpload() initialized to the given value.
|
static CardInput |
CardInput.fromFormInput(Consumer<FormInputCardInput.Builder> formInput) |
Create an instance of this class with formInput() initialized to the given value.
|
static CardInput |
CardInput.fromFormInput(FormInputCardInput formInput) |
Create an instance of this class with formInput() initialized to the given value.
|
static CardInput |
CardInput.fromQPlugin(Consumer<QPluginCardInput.Builder> qPlugin) |
Create an instance of this class with qPlugin() initialized to the given value.
|
static CardInput |
CardInput.fromQPlugin(QPluginCardInput qPlugin) |
Create an instance of this class with qPlugin() initialized to the given value.
|
static CardInput |
CardInput.fromQQuery(Consumer<QQueryCardInput.Builder> qQuery) |
Create an instance of this class with qQuery() initialized to the given value.
|
static CardInput |
CardInput.fromQQuery(QQueryCardInput qQuery) |
Create an instance of this class with qQuery() initialized to the given value.
|
static CardInput |
CardInput.fromTextInput(Consumer<TextInputCardInput.Builder> textInput) |
Create an instance of this class with textInput() initialized to the given value.
|
static CardInput |
CardInput.fromTextInput(TextInputCardInput textInput) |
Create an instance of this class with textInput() initialized to the given value.
|