Uses of Class
io.dialob.api.form.ModifiableFormMetadata
Packages that use ModifiableFormMetadata
-
Uses of ModifiableFormMetadata in io.dialob.api.form
Methods in io.dialob.api.form that return ModifiableFormMetadataModifier and TypeMethodDescriptionModifiableFormMetadata.addAllLabels(Iterable<String> elements) Adds elements tolabelsset.ModifiableFormMetadata.addAllLanguages(Iterable<String> elements) Adds elements tolanguagesset.Adds one element tolabelsset.final ModifiableFormMetadataAdds elements tolabelsset.ModifiableFormMetadata.addLanguages(String element) Adds one element tolanguagesset.final ModifiableFormMetadataModifiableFormMetadata.addLanguages(String... elements) Adds elements tolanguagesset.ModifiableFormMetadata.clear()Clears the object by setting all attributes to their initial values.static ModifiableFormMetadataModifiableFormMetadata.create()Construct a modifiable instance ofMetadata.ModifiableFormMetadata.from(Form.Metadata instance) Fill this modifiable instance with attribute values from the providedForm.Metadatainstance.ModifiableFormMetadata.from(ModifiableFormMetadata instance) Fill this modifiable instance with attribute values from the providedForm.Metadatainstance.ModifiableFormMetadata.putAdditionalProperties(String key, Object value) Put one entry to theadditionalPropertiesmap.ModifiableFormMetadata.putAllAdditionalProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries to theadditionalPropertiesmap.ModifiableFormMetadata.setAdditionalProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for theadditionalPropertiesmap.ModifiableFormMetadata.setCreated(Date created) Assigns a value to thecreatedattribute.ModifiableFormMetadata.setCreator(String creator) Assigns a value to thecreatorattribute.ModifiableFormMetadata.setDefaultSubmitUrl(String defaultSubmitUrl) Assigns a value to thedefaultSubmitUrlattribute.Assigns a value to thelabelattribute.Sets or replaces all elements forlabelsset.ModifiableFormMetadata.setLanguages(Iterable<String> elements) Sets or replaces all elements forlanguagesset.ModifiableFormMetadata.setLastSaved(Date lastSaved) Assigns a value to thelastSavedattribute.ModifiableFormMetadata.setSavedBy(String savedBy) Assigns a value to thesavedByattribute.ModifiableFormMetadata.setTenantId(String tenantId) Assigns a value to thetenantIdattribute.Assigns a value to thevalidattribute.Methods in io.dialob.api.form with parameters of type ModifiableFormMetadataModifier and TypeMethodDescriptionImmutableFormMetadata.Builder.from(ModifiableFormMetadata instance) Fill a builder with attribute values from the providedModifiableFormMetadatainstance.ModifiableFormMetadata.from(ModifiableFormMetadata instance) Fill this modifiable instance with attribute values from the providedForm.Metadatainstance.