Uses of Interface
io.dialob.executor.command.UpdateAvailableItemsCommand
-
Packages that use UpdateAvailableItemsCommand Package Description io.dialob.executor.command -
-
Uses of UpdateAvailableItemsCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement UpdateAvailableItemsCommand Modifier and Type Class Description classImmutableUpdateAvailableItemsCommandImmutable implementation ofUpdateAvailableItemsCommand.Methods in io.dialob.executor.command that return UpdateAvailableItemsCommand Modifier and Type Method Description static UpdateAvailableItemsCommandCommandFactory. availableItemsUpdate(ItemId targetId, Expression expression)Methods in io.dialob.executor.command with parameters of type UpdateAvailableItemsCommand Modifier and Type Method Description static ImmutableUpdateAvailableItemsCommandImmutableUpdateAvailableItemsCommand. copyOf(UpdateAvailableItemsCommand instance)Creates an immutable copy of aUpdateAvailableItemsCommandvalue.ImmutableUpdateAvailableItemsCommand.BuilderImmutableUpdateAvailableItemsCommand.Builder. from(UpdateAvailableItemsCommand instance)Fill a builder with attribute values from the providedUpdateAvailableItemsCommandinstance.
-