Uses of Class
io.dialob.form.service.api.ImmutableFormMetadataRow
-
Packages that use ImmutableFormMetadataRow Package Description io.dialob.form.service.api -
-
Uses of ImmutableFormMetadataRow in io.dialob.form.service.api
Methods in io.dialob.form.service.api that return ImmutableFormMetadataRow Modifier and Type Method Description ImmutableFormMetadataRowImmutableFormMetadataRow.Builder. build()Builds a newImmutableFormMetadataRow.static ImmutableFormMetadataRowImmutableFormMetadataRow. copyOf(FormDatabase.FormMetadataRow instance)Creates an immutable copy of aFormDatabase.FormMetadataRowvalue.static ImmutableFormMetadataRowImmutableFormMetadataRow. of(String id, io.dialob.api.form.Form.Metadata value)Construct a new immutableFormMetadataRowinstance.ImmutableFormMetadataRowImmutableFormMetadataRow. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableFormMetadataRowImmutableFormMetadataRow. withValue(io.dialob.api.form.Form.Metadata value)Copy the current immutable object by setting a value for thevalueattribute.
-