Uses of Class
io.dialob.api.form.ImmutableFormValueSetEntry.Builder
Packages that use ImmutableFormValueSetEntry.Builder
-
Uses of ImmutableFormValueSetEntry.Builder in io.dialob.api.form
Methods in io.dialob.api.form that return ImmutableFormValueSetEntry.BuilderModifier and TypeMethodDescriptionImmutableFormValueSetEntry.Builder.additionalProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for theadditionalPropertiesmap.ImmutableFormValueSetEntry.builder()Creates a builder forImmutableFormValueSetEntry.ImmutableFormValueSetEntry.Builder.from(FormValueSetEntry instance) Fill a builder with attribute values from the providedFormValueSetEntryinstance.ImmutableFormValueSetEntry.Builder.from(ModifiableFormValueSetEntry instance) Fill a builder with attribute values from the providedModifiableFormValueSetEntryinstance.Initializes the value for theidattribute.Sets or replaces all mappings from the specified map as entries for thelabelmap.ImmutableFormValueSetEntry.Builder.putAdditionalProperties(String key, Object value) Put one entry to theadditionalPropertiesmap.ImmutableFormValueSetEntry.Builder.putAdditionalProperties(Map.Entry<String, ? extends Object> entry) Put one entry to theadditionalPropertiesmap.ImmutableFormValueSetEntry.Builder.putAllAdditionalProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries toadditionalPropertiesmap.ImmutableFormValueSetEntry.Builder.putAllLabel(Map<String, ? extends String> entries) Put all mappings from the specified map as entries tolabelmap.Put one entry to thelabelmap.Put one entry to thelabelmap.Initializes the value for thewhenattribute.