Uses of Class
io.dialob.executor.model.ImmutableItemIndex
-
Packages that use ImmutableItemIndex Package Description io.dialob.executor.model -
-
Uses of ImmutableItemIndex in io.dialob.executor.model
Methods in io.dialob.executor.model that return ImmutableItemIndex Modifier and Type Method Description ImmutableItemIndexImmutableItemIndex.Builder. build()Builds a newImmutableItemIndex.static ImmutableItemIndexImmutableItemIndex. copyOf(ItemIndex instance)Creates an immutable copy of aItemIndexvalue.static ImmutableItemIndexImmutableItemIndex. of(Integer index, Optional<? extends ItemId> parent)Construct a new immutableItemIndexinstance.ImmutableItemIndexImmutableItemIndex. withIndex(Integer value)Copy the current immutable object by setting a value for theindexattribute.ImmutableItemIndexImmutableItemIndex. withParent(ItemId value)Copy the current immutable object by setting a present value for the optionalparentattribute.ImmutableItemIndexImmutableItemIndex. withParent(Optional<? extends ItemId> optional)Copy the current immutable object by setting an optional value for theparentattribute.
-