Uses of Class
io.dialob.form.service.api.ImmutableFormMetadataRow.Builder
-
Packages that use ImmutableFormMetadataRow.Builder Package Description io.dialob.form.service.api -
-
Uses of ImmutableFormMetadataRow.Builder in io.dialob.form.service.api
Methods in io.dialob.form.service.api that return ImmutableFormMetadataRow.Builder Modifier and Type Method Description static ImmutableFormMetadataRow.BuilderImmutableFormMetadataRow. builder()Creates a builder forImmutableFormMetadataRow.ImmutableFormMetadataRow.BuilderImmutableFormMetadataRow.Builder. from(FormDatabase.FormMetadataRow instance)Fill a builder with attribute values from the providedFormMetadataRowinstance.ImmutableFormMetadataRow.BuilderImmutableFormMetadataRow.Builder. id(String id)Initializes the value for theidattribute.ImmutableFormMetadataRow.BuilderImmutableFormMetadataRow.Builder. value(io.dialob.api.form.Form.Metadata value)Initializes the value for thevalueattribute.
-