public interface ChannelUpdateCommand extends UpdateCommandDsl<Channel,ChannelUpdateCommand>, MetaModelReferenceExpansionDsl<Channel,ChannelUpdateCommand,ChannelExpansionModel<Channel>>
Known UpdateActions
Channel
Modifier and Type | Method and Description |
---|---|
static 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 |
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.
|
plusUpdateActions, withAdditionalHttpQueryParameters, withUpdateActions, withVersion, withVersion
getUpdateActions
canDeserialize, deserialize, httpRequestIntent
plusExpansionPaths, withExpansionPaths
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
expansionPaths
static ChannelUpdateCommand of(Versioned<Channel> versioned, List<? extends UpdateAction<Channel>> updateActions)
versioned
- the object to update (so directly a Channel
) or just the version/ID information of itupdateActions
- the updates@SafeVarargs static ChannelUpdateCommand of(Versioned<Channel> versioned, UpdateAction<Channel> updateAction, UpdateAction<Channel>... updateActions)
versioned
- the object to update (so directly a Channel
) or just the version/ID information of itupdateAction
- the update to performupdateActions
- additional updates to perform