Uses of Class
io.dialob.spring.composer.controllers.ImmutableInitSession
-
Packages that use ImmutableInitSession Package Description io.dialob.spring.composer.controllers -
-
Uses of ImmutableInitSession in io.dialob.spring.composer.controllers
Methods in io.dialob.spring.composer.controllers that return ImmutableInitSession Modifier and Type Method Description ImmutableInitSessionImmutableInitSession.Builder. build()Builds a newImmutableInitSession.static ImmutableInitSessionImmutableInitSession. copyOf(DialobComposerServiceController.InitSession instance)Creates an immutable copy of aDialobComposerServiceController.InitSessionvalue.ImmutableInitSessionImmutableInitSession. withContextValues(Map<String,? extends Object> entries)Copy the current immutable object by replacing thecontextValuesmap with the specified map.ImmutableInitSessionImmutableInitSession. withFormId(String value)Copy the current immutable object by setting a value for theformIdattribute.ImmutableInitSessionImmutableInitSession. withLanguage(String value)Copy the current immutable object by setting a value for thelanguageattribute.
-