Uses of Class
io.dialob.executor.model.ImmutableScope
-
Packages that use ImmutableScope Package Description io.dialob.executor.model -
-
Uses of ImmutableScope in io.dialob.executor.model
Methods in io.dialob.executor.model that return ImmutableScope Modifier and Type Method Description ImmutableScopeImmutableScope.Builder. build()Builds a newImmutableScope.static ImmutableScopeImmutableScope. copyOf(Scope instance)Creates an immutable copy of aScopevalue.static ImmutableScopeImmutableScope. of(ItemId scopeId, Iterable<? extends ItemId> scopeItems)Construct a new immutableScopeinstance.static ImmutableScopeImmutableScope. of(ItemId scopeId, Set<ItemId> scopeItems)Construct a new immutableScopeinstance.ImmutableScopeImmutableScope. withScopeId(ItemId value)Copy the current immutable object by setting a value for thescopeIdattribute.ImmutableScopeImmutableScope. withScopeItems(ItemId... elements)Copy the current immutable object with elements that replace the content ofscopeItems.ImmutableScopeImmutableScope. withScopeItems(Iterable<? extends ItemId> elements)Copy the current immutable object with elements that replace the content ofscopeItems.
-