Uses of Interface
io.dialob.client.api.DialobComposer.FormAndTags
-
Packages that use DialobComposer.FormAndTags Package Description io.dialob.client.api -
-
Uses of DialobComposer.FormAndTags in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobComposer.FormAndTags Modifier and Type Class Description classImmutableFormAndTagsImmutable implementation ofDialobComposer.FormAndTags.Methods in io.dialob.client.api that return types with arguments of type DialobComposer.FormAndTags Modifier and Type Method Description Map<String,DialobComposer.ComposerEntity<DialobComposer.FormAndTags>>DialobComposer.ComposerState. getForms()com.google.common.collect.ImmutableMap<String,DialobComposer.ComposerEntity<DialobComposer.FormAndTags>>ImmutableComposerState. getForms()Methods in io.dialob.client.api with parameters of type DialobComposer.FormAndTags Modifier and Type Method Description static ImmutableFormAndTagsImmutableFormAndTags. copyOf(DialobComposer.FormAndTags instance)Creates an immutable copy of aDialobComposer.FormAndTagsvalue.ImmutableFormAndTags.BuilderImmutableFormAndTags.Builder. from(DialobComposer.FormAndTags instance)Fill a builder with attribute values from the providedFormAndTagsinstance.Method parameters in io.dialob.client.api with type arguments of type DialobComposer.FormAndTags Modifier and Type Method Description ImmutableComposerState.BuilderImmutableComposerState.Builder. forms(Map<String,? extends DialobComposer.ComposerEntity<DialobComposer.FormAndTags>> entries)Sets or replaces all mappings from the specified map as entries for theformsmap.ImmutableComposerState.BuilderImmutableComposerState.Builder. putAllForms(Map<String,? extends DialobComposer.ComposerEntity<DialobComposer.FormAndTags>> entries)Put all mappings from the specified map as entries toformsmap.ImmutableComposerState.BuilderImmutableComposerState.Builder. putForms(String key, DialobComposer.ComposerEntity<DialobComposer.FormAndTags> value)Put one entry to theformsmap.ImmutableComposerState.BuilderImmutableComposerState.Builder. putForms(Map.Entry<String,? extends DialobComposer.ComposerEntity<DialobComposer.FormAndTags>> entry)Put one entry to theformsmap.ImmutableComposerStateImmutableComposerState. withForms(Map<String,? extends DialobComposer.ComposerEntity<DialobComposer.FormAndTags>> entries)Copy the current immutable object by replacing theformsmap with the specified map.
-