Uses of Class
io.dialob.executor.model.ImmutableItemRef
-
Packages that use ImmutableItemRef Package Description io.dialob.executor.model -
-
Uses of ImmutableItemRef in io.dialob.executor.model
Fields in io.dialob.executor.model declared as ImmutableItemRef Modifier and Type Field Description static ImmutableItemRefDialobSession. QUESTIONNAIRE_REFMethods in io.dialob.executor.model that return ImmutableItemRef Modifier and Type Method Description ImmutableItemRefImmutableItemRef.Builder. build()Builds a newImmutableItemRef.static ImmutableItemRefImmutableItemRef. copyOf(ItemRef instance)Creates an immutable copy of aItemRefvalue.static ImmutableItemRefImmutableItemRef. of(String id, Optional<? extends ItemId> parent)Construct a new immutableItemRefinstance.ImmutableItemRefImmutableItemRef. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableItemRefImmutableItemRef. withParent(ItemId value)Copy the current immutable object by setting a present value for the optionalparentattribute.ImmutableItemRefImmutableItemRef. withParent(Optional<? extends ItemId> optional)Copy the current immutable object by setting an optional value for theparentattribute.
-