Uses of Class
io.dialob.executor.model.ValueSetState.Entry
-
Packages that use ValueSetState.Entry Package Description io.dialob.executor io.dialob.executor.model -
-
Uses of ValueSetState.Entry in io.dialob.executor
Methods in io.dialob.executor that return types with arguments of type ValueSetState.Entry Modifier and Type Method Description List<ValueSetState.Entry>CreateDialobSessionProgramVisitor.ProvidedValueSetEntriesResolver. apply(ValueSetId valueSetId) -
Uses of ValueSetState.Entry in io.dialob.executor.model
Methods in io.dialob.executor.model that return ValueSetState.Entry Modifier and Type Method Description static ValueSetState.EntryValueSetState.Entry. of(String id, String label)static ValueSetState.EntryValueSetState.Entry. of(String id, String label, boolean provided)Methods in io.dialob.executor.model that return types with arguments of type ValueSetState.Entry Modifier and Type Method Description List<ValueSetState.Entry>ValueSetState. getEntries()Method parameters in io.dialob.executor.model with type arguments of type ValueSetState.Entry Modifier and Type Method Description ValueSetState.UpdateBuilderValueSetState.UpdateBuilder. setEntries(List<ValueSetState.Entry> newEntries)
-