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