Uses of Class
io.dialob.session.engine.session.model.ImmutableScope
Packages that use ImmutableScope
-
Uses of ImmutableScope in io.dialob.session.engine.session.model
Methods in io.dialob.session.engine.session.model that return ImmutableScopeModifier and TypeMethodDescriptionImmutableScope.Builder.build()Builds a newImmutableScope.static ImmutableScopeCreates an immutable copy of aScopevalue.static ImmutableScopeConstruct a new immutableScopeinstance.static ImmutableScopeConstruct a new immutableScopeinstance.final ImmutableScopeImmutableScope.withScopeId(ItemId value) Copy the current immutable object by setting a value for thescopeIdattribute.final ImmutableScopeImmutableScope.withScopeItems(ItemId... elements) Copy the current immutable object with elements that replace the content ofscopeItems.final ImmutableScopeImmutableScope.withScopeItems(Iterable<? extends ItemId> elements) Copy the current immutable object with elements that replace the content ofscopeItems.