public interface CategoryUpdateCommand extends UpdateCommandDsl<Category,CategoryUpdateCommand>, MetaModelReferenceExpansionDsl<Category,CategoryUpdateCommand,CategoryExpansionModel<Category>>
Known UpdateActions
Category
Modifier and Type | Method and Description |
---|---|
static CategoryUpdateCommand |
of(Versioned<Category> versioned,
List<? extends UpdateAction<Category>> updateActions)
Creates a command to update a Category selected by its ID using several update actions.
|
static CategoryUpdateCommand |
of(Versioned<Category> versioned,
UpdateAction<Category> updateAction,
UpdateAction<Category>... updateActions)
Creates a command to update a Category 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 CategoryUpdateCommand of(Versioned<Category> versioned, List<? extends UpdateAction<Category>> updateActions)
versioned
- the object to update (so directly a Category
) or just the version/ID information of itupdateActions
- the updates@SafeVarargs static CategoryUpdateCommand of(Versioned<Category> versioned, UpdateAction<Category> updateAction, UpdateAction<Category>... updateActions)
versioned
- the object to update (so directly a Category
) or just the version/ID information of itupdateAction
- the update to performupdateActions
- additional updates to perform