Uses of Class
io.dialob.api.form.ImmutableFormMetadata.Builder
Packages that use ImmutableFormMetadata.Builder
-
Uses of ImmutableFormMetadata.Builder in io.dialob.api.form
Methods in io.dialob.api.form that return ImmutableFormMetadata.BuilderModifier and TypeMethodDescriptionImmutableFormMetadata.Builder.addAllLabels(Iterable<String> elements) Adds elements tolabelsset.ImmutableFormMetadata.Builder.addAllLanguages(Iterable<String> elements) Adds elements tolanguagesset.ImmutableFormMetadata.Builder.additionalProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for theadditionalPropertiesmap.Adds one element tolabelsset.Adds elements tolabelsset.ImmutableFormMetadata.Builder.addLanguages(String element) Adds one element tolanguagesset.ImmutableFormMetadata.Builder.addLanguages(String... elements) Adds elements tolanguagesset.ImmutableFormMetadata.builder()Creates a builder forImmutableFormMetadata.Initializes the value for thecreatedattribute.Initializes the value for thecreatorattribute.ImmutableFormMetadata.Builder.defaultSubmitUrl(String defaultSubmitUrl) Initializes the value for thedefaultSubmitUrlattribute.ImmutableFormMetadata.Builder.from(Form.Metadata instance) Fill a builder with attribute values from the providedMetadatainstance.ImmutableFormMetadata.Builder.from(ModifiableFormMetadata instance) Fill a builder with attribute values from the providedModifiableFormMetadatainstance.Initializes the value for thelabelattribute.Sets or replaces all elements forlabelsset.Sets or replaces all elements forlanguagesset.Initializes the value for thelastSavedattribute.ImmutableFormMetadata.Builder.putAdditionalProperties(String key, Object value) Put one entry to theadditionalPropertiesmap.ImmutableFormMetadata.Builder.putAdditionalProperties(Map.Entry<String, ? extends Object> entry) Put one entry to theadditionalPropertiesmap.ImmutableFormMetadata.Builder.putAllAdditionalProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries toadditionalPropertiesmap.Initializes the value for thesavedByattribute.Initializes the value for thetenantIdattribute.Initializes the value for thevalidattribute.