Uses of Class
io.dialob.session.engine.session.ImmutableAsyncFunctionCall
Packages that use ImmutableAsyncFunctionCall
-
Uses of ImmutableAsyncFunctionCall in io.dialob.session.engine.session
Methods in io.dialob.session.engine.session that return ImmutableAsyncFunctionCallModifier and TypeMethodDescriptionImmutableAsyncFunctionCall.Builder.build()Builds a newImmutableAsyncFunctionCall.static ImmutableAsyncFunctionCallImmutableAsyncFunctionCall.copyOf(AsyncFunctionCall instance) Creates an immutable copy of aAsyncFunctionCallvalue.Copy the current immutable object with elements that replace the content ofargs.ImmutableAsyncFunctionCall.withFunctionName(String value) Copy the current immutable object by setting a value for thefunctionNameattribute.Copy the current immutable object by setting a present value for the optionalidattribute.Copy the current immutable object by setting an optional value for theidattribute.ImmutableAsyncFunctionCall.withTargetId(ItemId value) Copy the current immutable object by setting a present value for the optionaltargetIdattribute.ImmutableAsyncFunctionCall.withTargetId(Optional<? extends ItemId> optional) Copy the current immutable object by setting an optional value for thetargetIdattribute.