static CreateFormData.Builder |
CreateFormData.builder() |
|
default CreateFormData.Builder |
CreateFormData.Builder.cta(Consumer<FormCTA.Builder> cta) |
The FormCTA object that stores the call to action configuration for the form.
|
CreateFormData.Builder |
CreateFormData.Builder.cta(FormCTA cta) |
The FormCTA object that stores the call to action configuration for the form.
|
default CreateFormData.Builder |
CreateFormData.Builder.dataType(Consumer<FormDataTypeConfig.Builder> dataType) |
The type of data source to use to create the form.
|
CreateFormData.Builder |
CreateFormData.Builder.dataType(FormDataTypeConfig dataType) |
The type of data source to use to create the form.
|
CreateFormData.Builder |
CreateFormData.Builder.fields(Map<String,FieldConfig> fields) |
The configuration information for the form's fields.
|
CreateFormData.Builder |
CreateFormData.Builder.formActionType(String formActionType) |
Specifies whether to perform a create or update action on the form.
|
CreateFormData.Builder |
CreateFormData.Builder.formActionType(FormActionType formActionType) |
Specifies whether to perform a create or update action on the form.
|
CreateFormData.Builder |
CreateFormData.Builder.labelDecorator(String labelDecorator) |
Specifies an icon or decoration to display on the form.
|
CreateFormData.Builder |
CreateFormData.Builder.labelDecorator(LabelDecorator labelDecorator) |
Specifies an icon or decoration to display on the form.
|
CreateFormData.Builder |
CreateFormData.Builder.name(String name) |
The name of the form.
|
CreateFormData.Builder |
CreateFormData.Builder.schemaVersion(String schemaVersion) |
The schema version of the form.
|
CreateFormData.Builder |
CreateFormData.Builder.sectionalElements(Map<String,SectionalElement> sectionalElements) |
The configuration information for the visual helper elements for the form.
|
default CreateFormData.Builder |
CreateFormData.Builder.style(Consumer<FormStyle.Builder> style) |
The configuration for the form's style.
|
CreateFormData.Builder |
CreateFormData.Builder.style(FormStyle style) |
The configuration for the form's style.
|
CreateFormData.Builder |
CreateFormData.Builder.tags(Map<String,String> tags) |
One or more key-value pairs to use when tagging the form data.
|
CreateFormData.Builder |
CreateFormData.toBuilder() |
|