Package | Description |
---|---|
io.sphere.sdk.channels.commands |
Provides types to change the state of channels.
|
Modifier and Type | Method and Description |
---|---|
static ChannelUpdateCommand |
ChannelUpdateCommand.of(Versioned<Channel> versioned,
List<? extends UpdateAction<Channel>> updateActions)
Creates a command to update a Channel selected by its ID using several update actions.
|
static ChannelUpdateCommand |
ChannelUpdateCommand.of(Versioned<Channel> versioned,
UpdateAction<Channel> updateAction,
UpdateAction<Channel>... updateActions)
Creates a command to update a Channel selected by its ID using one update action.
|