public static interface FormInputValueProperty.Builder extends SdkPojo, CopyableBuilder<FormInputValueProperty.Builder,FormInputValueProperty>
| Modifier and Type | Method and Description |
|---|---|
default FormInputValueProperty.Builder |
bindingProperties(Consumer<FormInputValuePropertyBindingProperties.Builder> bindingProperties)
The information to bind fields to data at runtime.
|
FormInputValueProperty.Builder |
bindingProperties(FormInputValuePropertyBindingProperties bindingProperties)
The information to bind fields to data at runtime.
|
FormInputValueProperty.Builder |
concat(Collection<FormInputValueProperty> concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
FormInputValueProperty.Builder |
concat(Consumer<FormInputValueProperty.Builder>... concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
FormInputValueProperty.Builder |
concat(FormInputValueProperty... concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
FormInputValueProperty.Builder |
value(String value)
The value to assign to the input field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFormInputValueProperty.Builder value(String value)
The value to assign to the input field.
value - The value to assign to the input field.FormInputValueProperty.Builder bindingProperties(FormInputValuePropertyBindingProperties bindingProperties)
The information to bind fields to data at runtime.
bindingProperties - The information to bind fields to data at runtime.default FormInputValueProperty.Builder bindingProperties(Consumer<FormInputValuePropertyBindingProperties.Builder> bindingProperties)
The information to bind fields to data at runtime.
This is a convenience method that creates an instance of theFormInputValuePropertyBindingProperties.Builder avoiding the need to create one manually via
FormInputValuePropertyBindingProperties.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
bindingProperties(FormInputValuePropertyBindingProperties).
bindingProperties - a consumer that will call methods on FormInputValuePropertyBindingProperties.BuilderbindingProperties(FormInputValuePropertyBindingProperties)FormInputValueProperty.Builder concat(Collection<FormInputValueProperty> concat)
A list of form properties to concatenate to create the value to assign to this field property.
concat - A list of form properties to concatenate to create the value to assign to this field property.FormInputValueProperty.Builder concat(FormInputValueProperty... concat)
A list of form properties to concatenate to create the value to assign to this field property.
concat - A list of form properties to concatenate to create the value to assign to this field property.FormInputValueProperty.Builder concat(Consumer<FormInputValueProperty.Builder>... concat)
A list of form properties to concatenate to create the value to assign to this field property.
This is a convenience method that creates an instance of theFormInputValueProperty.Builder avoiding the
need to create one manually via
FormInputValueProperty.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #concat(List.
concat - a consumer that will call methods on
FormInputValueProperty.Builder#concat(java.util.Collection) Copyright © 2023. All rights reserved.